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


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