Spread.Services Documentation
RowCol Enumeration
GrapeCity.Documents.Spread.Drawing Namespace : RowCol Enumeration
Specifies whether the values that correspond to a particular data series are in rows or columns.
Syntax
public enum RowCol : System.Enum 
Members
MemberDescription
Columns Specifies that the data series is in a row.
Rows Specifies that the ata series is in a column.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Spread.Drawing.RowCol

See Also

Reference

GrapeCity.Documents.Spread.Drawing Namespace