Click or drag to resize

XlsRangesCollection BorderAround Method (LineStyleType, ExcelColors)

Sets around 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 BorderAround(
	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 BorderAround(LineStyleType, ExcelColors)
See Also