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


In This Topic
    CellPadding Property (FilterBarCell)
    In This Topic
    Gets or sets the number of spaces to pad the filter bar item(s) with, in pixels.
    Syntax
    'Declaration
     
    
    Public Overridable Property CellPadding As CellPadding
    'Usage
     
    
    Dim instance As FilterBarCell
    Dim value As CellPadding
     
    instance.CellPadding = value
     
    value = instance.CellPadding
    public virtual CellPadding CellPadding {get; set;}
    See Also