Spread Windows Forms 12.0 Product Documentation
GetVerticalAlignment Method (EditBaseCellType)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > EditBaseCellType Class : GetVerticalAlignment Method
Value of the vertical alignment
Gets the vertical alignment based on the value.
Syntax
'Declaration
 
Public Function GetVerticalAlignment( _
   ByVal value As Object _
) As CellVerticalAlignment
'Usage
 
Dim instance As EditBaseCellType
Dim value As Object
Dim value As CellVerticalAlignment
 
value = instance.GetVerticalAlignment(value)
public CellVerticalAlignment GetVerticalAlignment( 
   object value
)

Parameters

value
Value of the vertical alignment

Return Value

CellVerticalAlignment setting that determines the alignment
See Also

Reference

EditBaseCellType Class
EditBaseCellType Members