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


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