Click or drag to resize

XlsRangesCollection BorderAround Method (LineStyleType, Color)

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,
	Color borderColor
)

Parameters

borderLine
Type: Spire.Xls LineStyleType
Represents border line.
borderColor
Type: System.Drawing Color
Represents border color.

Implements

IXLSRange BorderAround(LineStyleType, Color)
See Also