FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellFooter Class / CellPadding Property


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