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


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