AddtionalFormatWrapper
Borders Property
|
Gets the borders associated with the cell.
Namespace:
Spire.Xls.Core.Spreadsheet
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
Return Value
Type:
IBorders
The BordersCollectionWrapper object representing the borders.
Implements
IExtendedFormat
Borders
See Also