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


In This Topic
Right Property (CellPadding)
In This Topic
Gets or sets the padding, in pixels, for the right edge.
Syntax
'Declaration
 
Public Property Right As Integer
 
'Usage
 
Dim instance As CellPadding
Dim value As Integer
 
instance.Right = value
 
value = instance.Right
See Also