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 ...
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 ...
Parses the specified formula value. The return value indicates whether the operation succeeded. Overload List
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.
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
Public Properties Public Methods Public Events
Public Methods
Public Properties
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....
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...