Gets or sets the cell spacing to use in the displayed HTML page.
Syntax
'Declaration
Public Property CellSpacing As Integer
'Usage
Dim instance As SheetView
Dim value As Integer
instance.CellSpacing = value
value = instance.CellSpacing
public int CellSpacing {get; set;}
See Also