Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellPadding Class / CellPadding Constructor / CellPadding Constructor(Int32)
The padding value, in pixels, for all edges.


In This Topic
    CellPadding Constructor(Int32)
    In This Topic
    Initializes a new instance of the CellPadding class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal all As Integer _
    )
    'Usage
     
    
    Dim all As Integer
     
    Dim instance As New CellPadding(all)
    public CellPadding( 
       int all
    )

    Parameters

    all
    The padding value, in pixels, for all edges.
    See Also