Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiOptionCellType Class / Orientation Property


In This Topic
    Orientation Property (MultiOptionCellType)
    In This Topic
    Gets or sets the orientation of the option buttons.
    Syntax
    'Declaration
     
    
    Public Property Orientation As RadioOrientation
    'Usage
     
    
    Dim instance As MultiOptionCellType
    Dim value As RadioOrientation
     
    instance.Orientation = value
     
    value = instance.Orientation
    public RadioOrientation Orientation {get; set;}
    See Also