Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnComboBoxCellType Class / ToVerticalAlignment Method
FarPoint.Win.Spread.CellVerticalAlignment


In This Topic
    ToVerticalAlignment Method (MultiColumnComboBoxCellType)
    In This Topic
    Converts a FarPoint.Win.Spread.CellVerticalAlignment value to the corresponding FarPoint.Win.VerticalAlignment value.
    Syntax
    'Declaration
     
    
    Protected Overridable Function ToVerticalAlignment( _
       ByVal alignment As CellVerticalAlignment _
    ) As VerticalAlignment
    'Usage
     
    
    Dim instance As MultiColumnComboBoxCellType
    Dim alignment As CellVerticalAlignment
    Dim value As VerticalAlignment
     
    value = instance.ToVerticalAlignment(alignment)
    protected virtual VerticalAlignment ToVerticalAlignment( 
       CellVerticalAlignment alignment
    )

    Parameters

    alignment
    FarPoint.Win.Spread.CellVerticalAlignment
    See Also