Version

Search Results

Load(String,WorkbookLoadOptions) Method

Reads a workbook from a file. Syntax Parameters fileName The file from which to read the workbook.loadOptions The options to use to load the file or null to use the default options. Return Value The workbook loaded from the file. Exceptions Exception Description System.ArgumentException fileName is a path to an in...

Load Method

Reads a workbook from a file. Overload List

MaxChangeInIteration Property

Gets or sets the maximum change of the values in a formula between iterations which will exit from iteration. Syntax Property Value The maximum change of the values in a formula between iterations which will exit from iteration. Remarks This property is only valid when IterativeCalculationsEnabled is True. Otherwi...

MaxColumnCount Property

Gets the maximum number of columns allowed in each worksheet based on the CurrentFormat. Syntax

MaxExcel2007CellFormatCount Field

Maximum number of distinct cell formats in the workbook allowed by the Excel 2007 file format. Syntax

MaxExcel2007ColumnCount Field

Maximum number of columns in the worksheet allowed by the Excel 2007 file format. Syntax

MaxExcel2007RowCount Field

Maximum number of rows in the worksheet allowed by the Excel 2007 file format. Syntax

MaxExcelCellFormatCount Field

Maximum number of distinct cell formats in the workbook allowed by the Excel 97-2003 file format. Syntax

MaxExcelColumnCount Field

Maximum number of columns in the worksheet allowed by the Excel 97-2003 file format. Syntax

MaxExcelRowCount Field

Maximum number of rows in the worksheet allowed by the Excel 97-2003 file format. Syntax