Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnComboBoxCellType Class / GetVerticalAlignment Method
Value of the vertical alignment


In This Topic
GetVerticalAlignment Method (MultiColumnComboBoxCellType)
In This Topic
Gets the vertical alignment based on the value.
Syntax
'Declaration
 
Public Function GetVerticalAlignment( _
   ByVal value As Object _
) As CellVerticalAlignment
 
'Usage
 
Dim instance As MultiColumnComboBoxCellType
Dim value As Object
Dim value As CellVerticalAlignment
 
value = instance.GetVerticalAlignment(value)

Parameters

value
Value of the vertical alignment
See Also