RangesCollection
Borders Property
|
Returns a Borders 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.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public BordersCollection Borders { get; }
Public ReadOnly Property Borders As BordersCollection
Get
public:
property BordersCollection^ Borders {
BordersCollection^ get ();
}
member Borders : BordersCollection with get
Property Value
Type:
BordersCollection
See Also