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.NET.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 |