Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AlternatingRow Class / CellPadding Property


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