Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Row Class / CellPadding Property


In This Topic
CellPadding Property (Row)
In This Topic
Gets or sets the amount of space, in pixels, to pad cells in the row(s).
Syntax
'Declaration
 
Public Property CellPadding As CellPadding
 
'Usage
 
Dim instance As Row
Dim value As CellPadding
 
instance.CellPadding = value
 
value = instance.CellPadding
See Also