API Reference
Enum
ExecutionMode
Determines how operations are executed.
Inheritance
- Enum
- ExecutionMode
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Field ExecutionMode.Automatic
- Field ExecutionMode.Parallel
- Field ExecutionMode.Sequential
- Property ExecutionPolicy.Mode
- Property ExecutionPolicy.OnDecision
Accepted by parameters
- Method ExcelSheet.AutoFitColumns
- Method ExcelSheet.AutoFitColumnsExcept
- Method ExcelSheet.AutoFitColumnsFor
- Method ExcelSheet.AutoFitRows
- Method ExcelSheet.CellValues
- Method ExcelSheet.ExecuteWithPolicy
- Method ExcelSheet.InsertDataTable
- Method ExcelSheet.InsertDataTableAsTable
- Method ExcelSheet.SetCellValues
- Method ExcelSheetReader.ReadObjects
- Method ExcelSheetReader.ReadObjects``1
- Method ExcelSheetReader.ReadRange
- Method ExcelSheetReader.ReadRangeAs
- Method ExcelSheetReader.ReadRangeAsDataTable
- Method ExcelSheetReader.ReadRangeAs``1
- Method ExcelSheetReader.ReadRangeStream
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String