FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Columns.DefaultColumn Class / CellPadding Property


In This Topic
CellPadding Property (Columns.DefaultColumn)
In This Topic
Gets or sets the amount of space, in pixels, to add to cell padding in cells of the column(s).
Syntax
'Declaration
 
Public Property CellPadding As CellPadding
 
'Usage
 
Dim instance As Columns.DefaultColumn
Dim value As CellPadding
 
instance.CellPadding = value
 
value = instance.CellPadding
See Also