ExcelCellStyleBorders Property
Gets the an object representing the cell borders collection. Top, left, right and bottom borders can be retrieved individually from the borders collection and customized.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public ExcelCellBordersCollection Borders { get; }
Public ReadOnly Property Borders As ExcelCellBordersCollection
Get
public:
property ExcelCellBordersCollection^ Borders {
ExcelCellBordersCollection^ get ();
}
member Borders : ExcelCellBordersCollection with get
Property Value
ExcelCellBordersCollection