CellRangeSetBorders Method |
Sets the color and style of the lines according to a specific set of borders in one or more Excel cells.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic override void SetBorders(
MultipleBorders multipleBorders,
SKColor lineColor,
LineStyle lineStyle
)
Public Overrides Sub SetBorders (
multipleBorders As MultipleBorders,
lineColor As SKColor,
lineStyle As LineStyle
)
Parameters
- multipleBorders MultipleBorders
- Borders to set.
- lineColor SKColor
- Line color.
- lineStyle LineStyle
- Line style.
See Also