Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Rows.DefaultRow Class / CellPadding Property


In This Topic
    CellPadding Property (Rows.DefaultRow)
    In This Topic
    Gets or sets the amount of space, in pixels, to pad cells in the row(s).
    Syntax
    'Declaration
     
    
    Public Property CellPadding As CellPadding
    'Usage
     
    
    Dim instance As Rows.DefaultRow
    Dim value As CellPadding
     
    instance.CellPadding = value
     
    value = instance.CellPadding
    public CellPadding CellPadding {get; set;}
    See Also