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


In This Topic
CellPadding Property (Column)
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 Column
Dim value As CellPadding
 
instance.CellPadding = value
 
value = instance.CellPadding
See Also