Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ComboBoxCellType Class / AllowEditorVerticalAlign Property


In This Topic
AllowEditorVerticalAlign Property (ComboBoxCellType)
In This Topic
Gets or sets whether to allow vertical alignment in the editor.
Syntax
'Declaration
 
Public Property AllowEditorVerticalAlign As Boolean
 
'Usage
 
Dim instance As ComboBoxCellType
Dim value As Boolean
 
instance.AllowEditorVerticalAlign = value
 
value = instance.AllowEditorVerticalAlign
See Also