Spread WinForms 15
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)

Parameters

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