menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelSeriesBy - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved