Click or drag to resize

XlsRangesCollection BorderAround Method (LineStyleType)

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
)

Parameters

borderLine
Type: Spire.Xls LineStyleType
Represents border line.

Implements

IXLSRange BorderAround(LineStyleType)
See Also