[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CellTypeDirection

CellTypeDirection Enum

Specifies the layout direction of a checkbox list or radio button list cell type.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public enum CellTypeDirection
Public Enum CellTypeDirection
Examples
RadioButtonListCellType cellType = new RadioButtonListCellType();
cellType.Direction = CellTypeDirection.Horizontal;
CellTypeDirection direction = cellType.Direction;

Fields

Name Description
Horizontal

Specifies the direction is horizontal.

Vertical

Specifies the direction is vertical.