CellSpacing Property (GridPanel)
In This Topic
Gets or sets the
System.Int32 value, specifying size in pixels of empty space between adjucent grid cells.
Syntax
'Declaration
Public Property CellSpacing As Integer
public int CellSpacing {get; set;}
See Also