Version

Search Results

TryParse(String,CellReferenceMode,WorkbookFormat,Formula) Method

Parses the specified formula value. The return value indicates whether the operation succeeded. Syntax Parameters value The string which defines the formula to parse.cellReferenceMode The mode used to interpret cell references in the formula.fileFormat The file format to use when parsing the formula. This will be ...

TryParse(String,CellReferenceMode,WorkbookFormat,Formula,FormulaParseException) Method

Parses the specified formula value. The return value indicates whether the operation succeeded. Syntax Parameters value The string which defines the formula to parse.cellReferenceMode The mode used to interpret cell references in the formula.fileFormat The file format to use when parsing the formula. This will be ...

TryParse Method (Formula)

Parses the specified formula value. The return value indicates whether the operation succeeded. Overload List

FrozenPaneSettings Class

Class which controls the way frozen panes are arranged and used for a worksheet. Syntax Remarks Note: Frozen and unfrozen panes cannot be used simultaneously, so depending whether the panes are frozen or unfrozen, these settings may not be used or saved.

FrozenPaneSettings Class Events

For a list of all members of this type, see FrozenPaneSettings members. Public Events Name Description PropertyChanged Occurs after a property value has changed (Inherited from Infragistics.Documents.Excel.PaneSettingsBase) Top

FrozenPaneSettings Class Members

Public Properties Public Methods Public Events

FrozenColumns Property

Gets or sets the number of columns frozen at the left of the worksheet. Syntax Property Value The number of columns frozen at the left of the worksheet. Exceptions Exception Description System.ArgumentOutOfRangeException The assigned value is not a valid column count (0 to Workbook.MaxExcelColumnCount or Workbook....

FrozenRows Property

Gets or sets the number of rows frozen at the top of the worksheet. Syntax Property Value The number of rows frozen at the top of the worksheet. Exceptions Exception Description System.ArgumentOutOfRangeException The assigned value is not a valid row count (0 to Workbook.MaxExcelRowCount or Workbook.MaxExcel2007Ro...