CellBordersSetBorders Method |
Sets the color and style of the lines to a specific set of borders.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.4.23
Syntaxpublic void SetBorders(
MultipleBorders multipleBorders,
SKColor lineColor,
LineStyle lineStyle
)
Public Sub SetBorders (
multipleBorders As MultipleBorders,
lineColor As SKColor,
lineStyle As LineStyle
)
Parameters
- multipleBorders MultipleBorders
- The specific index of the set of borders.
- lineColor SKColor
- The color of the borders.
- lineStyle LineStyle
- The style of the border lines.
See Also