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


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

Parameters

value
Value of the vertical alignment
See Also