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


In This Topic
    CellPadding Property (NamedStyle)
    In This Topic
    Gets or sets the amount of spaces for cell padding in the cell in pixels.
    Syntax
    'Declaration
     
    
    Public Overrides Property CellPadding As CellPadding
    'Usage
     
    
    Dim instance As NamedStyle
    Dim value As CellPadding
     
    instance.CellPadding = value
     
    value = instance.CellPadding
    public override CellPadding CellPadding {get; set;}
    See Also