'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;}
'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;}
This property sets the distance between the cells on all four sides of the cell.
HTML tables that represent the displayed sheet can specify a spacing for the cells in the table using the CELLSPACING attribute of the TABLE tag. The cell spacing specifies how much space there is between table cells.
To set the cell padding, which is the spacing between borders and contents of a cell, refer to the Margin property for the Cell.