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


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