Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / RowCol Enumeration
In This Topic
    RowCol Enumeration
    In This Topic
    Specifies whether the values that correspond to a particular data series are in rows or columns.
    Members
    MemberDescription
    ColumnsSpecifies that the data series is in a row.
    RowsSpecifies that the ata series is in a column.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.drawing.RowCol

    See Also