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


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