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


In This Topic
    All Property (CellPadding)
    In This Topic
    Gets or sets the padding, in pixels, for the all edges.
    Syntax
    'Declaration
     
    
    Public Property All As Integer
    'Usage
     
    
    Dim instance As CellPadding
    Dim value As Integer
     
    instance.All = value
     
    value = instance.All
    public int All {get; set;}
    See Also