[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcMaskCellType.GetVerticalAlignment

GetVerticalAlignment Method

GetVerticalAlignment(object)

Gets the vertical alignment based on the value.

Declaration
public CellVerticalAlignment GetVerticalAlignment(object value)
Public Function GetVerticalAlignment(value As Object) As CellVerticalAlignment
Parameters
Type Name Description
object value

Value of the vertical alignment

Returns
Type Description
CellVerticalAlignment
Implements