Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ComboBoxCellType Class / ToHorizontalAlignment Method
FarPoint.Win.Spread.CellHorizontalAlignment value


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

    Parameters

    alignment
    FarPoint.Win.Spread.CellHorizontalAlignment value
    See Also