Class ExcelSeriesBy
Specifies whether the fill done rows or columns.
Inheritance
System.Object
ExcelSeriesBy
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public sealed class ExcelSeriesBy : Enum
Fields
Columns
Specifies that the destination range is filled column by column, down rows.
Declaration
public const ExcelSeriesBy Columns
Field Value
Type |
---|
ExcelSeriesBy |
Rows
Specifies that the destination range is filled row by row, across columns.
Declaration
public const ExcelSeriesBy Rows
Field Value
Type |
---|
ExcelSeriesBy |