CellStyleObject
Borders Property
|
Returns aBorders collection that represents the borders of a
style or a range of cells (including a range defined as part of
a conditional format).
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IBorders Borders { get; }
Public ReadOnly Property Borders As IBorders
Get
public:
virtual property IBorders^ Borders {
IBorders^ get () sealed;
}
abstract Borders : IBorders with get
override Borders : IBorders with get
Property Value
Type:
IBorders
Implements
IExtendedFormat
Borders
See Also