FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / TextCellType Class / ButtonAlign Property


In This Topic
ButtonAlign Property (TextCellType)
In This Topic
Gets or sets where the buttons are displayed in the cell.
Syntax
'Declaration
 
Public Property ButtonAlign As ButtonAlign
 
'Usage
 
Dim instance As TextCellType
Dim value As ButtonAlign
 
instance.ButtonAlign = value
 
value = instance.ButtonAlign
See Also