Input for WinForms | ComponentOne
C1.Framework Namespace / GridPanel Class / CellSpacing Property

In This Topic
    CellSpacing Property
    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