Enum ExcelRangeIndexerMode
Specifies whether the range should be accessed from worksheet or within the range object scope.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelRangeIndexerMode
Fields
Name | Description |
---|---|
Relative | To access the range within the object scope. |
Worksheet | To access the range from worksheet. |