Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelRangeIndexerMode - Xamarin.iOS 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 Description
    ExcelRangeIndexerMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Worksheet

    To access the range from worksheet.

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