Click or drag to resize

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; }

Property Value

Type: ExcelCellBordersCollection
See Also