Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / MultiColumnComboBoxCellType Class / VerticalAlign Property
Example


In This Topic
    VerticalAlign Property (MultiColumnComboBoxCellType)
    In This Topic
    Gets or sets the vertical alignment of content in MultiColumnComboBox items.
    Syntax
    'Declaration
     
    
    Public Property VerticalAlign As VerticalAlign
    'Usage
     
    
    Dim instance As MultiColumnComboBoxCellType
    Dim value As VerticalAlign
     
    instance.VerticalAlign = value
     
    value = instance.VerticalAlign
    public VerticalAlign VerticalAlign {get; set;}
    Example
    This example sets the VerticalAlign property.
    See Also