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.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelCellBordersCollection Borders { get; }Public ReadOnly Property Borders As ExcelCellBordersCollection
Get
Property Value
ExcelCellBordersCollection
See Also