Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / EditBaseCellType Class / ButtonAlign Property


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