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


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

    Property Value

    The cell padding.
    See Also