[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.RadioButtonListCellType.Direction

Direction Property

Direction

Gets or sets the direction of the radio button list.

Declaration
public CellTypeDirection Direction { get; set; }
Public Property Direction As CellTypeDirection
Examples
RadioButtonListCellType cellType = new RadioButtonListCellType();
cellType.Direction = CellTypeDirection.Vertical;
CellTypeDirection direction = cellType.Direction;