menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class ExcelRangeIndexerMode

    Specifies whether the range should be accessed from worksheet or within the range object scope.

    Inheritance
    System.Object
    ExcelRangeIndexerMode
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class ExcelRangeIndexerMode : Enum

    Fields

    Relative

    To access the range within the object scope.

    Declaration
    public const ExcelRangeIndexerMode Relative
    Field Value
    Type
    ExcelRangeIndexerMode

    Worksheet

    To access the range from worksheet.

    Declaration
    public const ExcelRangeIndexerMode Worksheet
    Field Value
    Type
    ExcelRangeIndexerMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved