Click or drag to resize

CellBordersSetBorders Method

Sets the color and style of the lines to a specific set of borders.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.4.23
Syntax
public void SetBorders(
	MultipleBorders multipleBorders,
	SKColor lineColor,
	LineStyle 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