Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / RowCol Enumeration


In This Topic
    RowCol Enumeration
    In This Topic
    Specifies whether the values corresponding to a particular data series are in rows or columns.
    Syntax
    'Declaration
     
    
    Public Enum RowCol 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RowCol
    public enum RowCol : System.Enum 
    Members
    MemberDescription
    ColumnsData series is in a row.
    RowsData series is in a column.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Charts.RowCol

    See Also