Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellPadding Class / CellPadding Constructor / CellPadding Constructor(CellPadding)
The instance of CellPadding class that initializes the new instance.


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

    Parameters

    cellPadding
    The instance of CellPadding class that initializes the new instance.
    See Also