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


In This Topic
CellPadding Property (StyleInfo)
In This Topic
Gets or sets the number of spaces to add to the cell(s) in pixels.
Syntax
'Declaration
 
Public Overridable Property CellPadding As CellPadding
 
'Usage
 
Dim instance As StyleInfo
Dim value As CellPadding
 
instance.CellPadding = value
 
value = instance.CellPadding
See Also