InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / GridPanel Class / CellSpacing Property

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