ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.Integer
    public System.int CellSpacing {get; set;}
    See Also