Click or drag to resize

XlsRangesCollection BorderInside Method (LineStyleType, ExcelColors)

Sets inside border for current range.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void BorderInside(
	LineStyleType borderLine,
	ExcelColors borderColor
)

Parameters

borderLine
Type: Spire.Xls LineStyleType
Represents border line.
borderColor
Type: Spire.Xls ExcelColors
Represents border color as ExcelColors.

Implements

IXLSRange BorderInside(LineStyleType, ExcelColors)
See Also