Gets the cell spacing that defines the space between table cells in the displayed HTML page for the sheet.
Syntax
'Declaration
Public ReadOnly Property CellSpacing As Integer
'Usage
Dim instance As SheetSkin
Dim value As Integer
value = instance.CellSpacing
public int CellSpacing {get;}
See Also