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
)
Public Sub BorderAround (
borderLine As LineStyleType
)
public:
virtual void BorderAround(
LineStyleType borderLine
) sealed
abstract BorderAround :
borderLine : LineStyleType -> unit
override BorderAround :
borderLine : LineStyleType -> unit
Parameters
-
borderLine
-
Type:
Spire.Xls
LineStyleType
Represents border line.
Implements
IXLSRange
BorderAround(LineStyleType)
See Also