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:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public ExcelCellBordersCollection Borders { get; }
Public ReadOnly Property Borders As ExcelCellBordersCollection
Get
Property Value
Type:
ExcelCellBordersCollectionSee Also