Gets a specific border.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.4.23
Syntaxpublic CellBorder this[
SingleBorder SingleBorder
] { get; }
Public ReadOnly Default Property Item (
SingleBorder As SingleBorder
) As CellBorder
Get
Parameters
- SingleBorder SingleBorder
- The specific index of the border.
Property Value
CellBorder
See Also