Spread WinForms 15
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
See Also