| | Name | Description |
 | AddChart | Overloaded.
Adds the chart control.
|
 | AddColumnFooterSpanCell |
Adds a span of cells to a column Footer for a sheet.
|
 | AddColumnHeaderSpanCell |
Adds a span of cells to a column header for a sheet.
|
 | AddColumns |
Adds the column or columns to the data model at the specified index.
|
 | AddControl | Overloaded. Adds a child control to the control container for the sheet. |
 | AddCustomFunction |
Adds a user-defined custom function (FunctionInfo object) to the model for use in formulas.
|
 | AddCustomName | Overloaded. Adds a custom name to the model using the specified value. |
 | AddRangeGroup |
Groups all the rows or columns from the specified start index by the specified amount to an outline (range group).
|
 | AddRowHeaderSpanCell |
Adds a span of cells to a row header for a sheet.
|
 | AddRows |
Adds a row or rows to the data model for a sheet.
|
 | AddRowToDataSource |
Adds the unbound row to the data source for a sheet.
|
 | AddSelection |
Adds a selection on this sheet.
|
 | AddShape | Overloaded. Adds a shape to the drawing container for the sheet. |
 | AddSpanCell |
Adds a span of cells on this sheet.
|
 | AddSparkline | Overloaded. |
 | AddSquareSparkline |
Adds the sparkline.
|
 | AddUnboundRows |
Adds unbound rows to the data model for a sheet.
|
 | AutoFilterColumn |
Automatically filters the rows in the specified column according to the specified filter.
|
 | AutoFilterReset |
Resets the filters on the rows in the specified column.
|
 | AutoSortColumn | Overloaded. Automatically sorts the rows in a sheet according to the specified column with other settings depending on the overload. |
 | BindDataColumn |
Binds the column to the data source column for a sheet.
|
 | ClearColumnFooterSpanCells |
Removes all spans from the column footers.
|
 | ClearColumnHeaderSpanCells |
Removes all spans from the column headers.
|
 | ClearConditionalFormats |
Removes all of the conditional formats from the cell at the specified row and column.
|
 | ClearControls |
Removes all child controls from the control container for the sheet.
|
 | ClearCustomFunctions |
Removes all user-defined custom functions (FunctionInfo object) on this sheet from the model.
|
 | ClearCustomNames |
Removes all custom names on this sheet from the model.
|
 | ClearRange | Overloaded. |
 | ClearRangeGroup |
Removes all the outlines (range grouping) from all rows or columns.
|
 | ClearRowFilter | Overloaded. Clears the row filters for this sheet. |
 | ClearRowHeaderSpanCells |
Removes all spans from the row headers.
|
 | ClearSelection |
Removes all selections from this sheet.
|
 | ClearShapes |
Removes all shapes from the drawing container for the sheet.
|
 | ClearSpanCells |
Removes all spans from this sheet.
|
 | ClearSparklineGroupsInRange |
Clear all sparkline groups
|
 | ClearSparklines |
Clears all sparklines
|
 | ClipboardCopy | Overloaded. Copies the contents from the sheet to the Clipboard. Copies the contents from the sheet to the Clipboard. |
 | ClipboardCopyShape |
Copies the active shape to the Clipboard.
|
 | ClipboardCut | Overloaded. |
 | ClipboardCutShape |
Cuts the active shape to the Clipboard.
|
 | ClipboardPaste | Overloaded. Pastes the contents from the Clipboard to the sheet. |
 | ClipboardPasteShape | Overloaded. Pastes the contents from the Clipboard to the sheet. |
 | CopyRange |
Copies the data, formatting, formulas, and notes from a block of cells on the sheet to a new location.
|
 | ExpandRangeGroup | Overloaded. Expands an outline (range group) of rows or columns |
 | ExpandRow |
Expands or collapses the specified parent row, which shows or hides the child view
in a hierarchical display.
|
 | FillRange | Overloaded. Fills a range of cells on this sheet by copying. |
 | FindChildView |
Gets the child view for this sheet with the specified name.
|
 | GetArray |
Gets a two-dimensional array of objects containing the data for the specified range of cells on the sheet.
|
 | GetCellFromTag |
Gets a cell with a specific tag on the sheet.
|
 | GetCellType |
Gets the composited (that is, inherited) cell type for a specified cell on the sheet.
|
 | GetChildRelation |
Gets the name of the child data relation at the specified index on the sheet.
|
 | GetChildSheets |
Gets a list of child sheet views that have been created.
|
 | GetChildView |
Creates the sheet (SheetView object) for the specified row and the specified relation index.
|
 | GetChildVisible |
Gets whether to show the child view on this sheet when the parent row is expanded.
|
 | GetClip |
Gets a tab-delimited string that contains the formatted data
in a specified range of cells on this sheet.
|
 | GetClipDataObject |
Gets a data object with the necessary formats for Clipboard usage:
CellInfoRange, ColumnInfoRange and RowInfoRange
|
 | GetClipValue |
Gets a tab-delimited string that contains the unformatted data
in a range of cells on this sheet.
|
 | GetColumnAllowAutoSort |
Gets whether the specified column on this sheet allows automatic sorting.
|
 | GetColumnAllowFilter |
Gets whether this column contains a column filter definition.
|
 | GetColumnAutoFilterIndex |
Gets the auto filter index for the specified column.
|
 | GetColumnAutoSortIndex |
Gets the auto sort index for the specified column.
|
 | GetColumnAutoText |
Gets the automatic text displayed in the column header for the specified column on this sheet.
|
 | GetColumnFooterText |
Gets the text in the specified column footer cell on this sheet.
|
 | GetColumnFromTag |
Gets a column on this sheet with a specific tag.
|
 | GetColumnHeaderSpanCell |
Gets the range of cells that are spanned at a specified cell on the column header of this sheet.
|
 | GetColumnLabel |
Gets the text in the specified column header cell on this sheet.
|
 | GetColumnMerge |
Gets whether or how cells in a column on this sheet that have the same content
are joined into a single cell across multiple rows.
|
 | GetColumnPageBreak |
Gets whether a forced page break is inserted before the specified column on this sheet when printing.
|
 | GetColumnShowSortIndicator |
Gets whether the specified column on this sheet should show a sort indicator when automatically sorted.
|
 | GetColumnSizeable |
Gets whether the user can resize a specified column on this sheet.
|
 | GetColumnSortIndicator |
Gets the sort indicator for the specified column on this sheet.
|
 | GetColumnVisible |
Gets whether a column on this sheet is displayed.
|
 | GetColumnWidth |
Gets the width in pixels for the specified column on this sheet.
|
 | GetConditionalFormats | Overloaded. Gets the conditional formatting for the cell in the model. |
 | GetControl |
Gets a child control.
|
 | GetControlContainer |
Gets the control container for a sheet.
|
 | GetCustomFunction |
Gets a user-defined custom function (FunctionInfo object) from the model for this sheet.
|
 | GetCustomFunctionEnumerator |
Gets an IEnumerator for this sheet that enumerates through the names of
the user-defined custom functions (FunctionInfo objects) in the model.
|
 | GetCustomName | Overloaded. Gets the expression or string value for a custom name. |
 | GetCustomNameEnumerator |
Gets an IEnumerator on this sheet that enumerates through the custom names defined in the model.
|
 | GetDataView |
Gets the DataView object on this sheet.
|
 | GetEditor |
Gets the editor used to edit a specified cell on this sheet.
|
 | GetExpression |
Gets the formula, as an expression value, for the cell of the specified row and column of this sheet.
|
 | GetFormula |
Gets the formula of the specified cell on this sheet.
|
 | GetLastNonEmptyColumn |
Gets the index of the last column that contains data or formatting on this sheet.
|
 | GetLastNonEmptyRow |
Gets the row index of the last row that contains data or formatting on this sheet.
|
 | GetModelColumnFromViewColumn |
Gets the column index in the data model that corresponds to the specified column index in the sheet.
|
 | GetModelRowFromViewRow |
Gets the row index in the data model that corresponds to the specified row index in the sheet.
|
 | GetNote | Gets the note (comments) from a specified cell. |
 | GetNoteBounds |
Gets the rectangle for the cell note for the specified cell if its NoteStyle is StickyNote.
|
 | GetPreferredCellSize |
Gets the desired size of the given cell on this sheet.
|
 | GetPreferredColumnWidth | Overloaded. Gets the width of the widest text string in the specified column on the sheet. |
 | GetPreferredPrintColumnWidth |
Gets the width of the widest cell (based on text contents) in the specified column
on this sheet for printing to the specified graphics device.
|
 | GetPreferredPrintRowHeight |
Gets the height in pixels of the tallest cell (based on text contents) in the specified row on this sheet.
|
 | GetPreferredRowHeight | Overloaded. Gets the height of the tallest text string in the specified row on the sheet. |
 | GetRangeGroupInfo |
Gets range groups of rows or columns by level.
|
 | GetRangeGroupLevels |
Gets the number of levels of rows or columns in the outline (range group).
|
 | GetRenderer |
Gets the renderer used to render a specified cell on this sheet.
|
 | GetRootSheet |
Gets the top SheetView object.
|
 | GetRowAutoText |
Gets the automatic text displayed in the row header for the specified row on this sheet.
|
 | GetRowExpandable |
Gets whether the row on this sheet can be expanded to show a child view in a hierarchical display.
|
 | GetRowFromTag |
Gets a row on this sheet with a specific tag.
|
 | GetRowHeaderSpanCell |
Gets the range of cells that are spanned at a specified cell on the row header of this sheet.
|
 | GetRowHeight |
Gets the height in pixels for the specified row on this sheet.
|
 | GetRowLabel |
Gets the text in the specified row header cell on this sheet.
|
 | GetRowMerge |
Gets whether or how cells in a row on this sheet that have the same content
are joined into a single cell across multiple columns.
|
 | GetRowPageBreak |
Gets whether a forced page break is inserted before the specified row on this sheet when printing.
|
 | GetRowSizeable |
Gets whether the user can resize the specified row on this sheet.
|
 | GetRowVisible |
Gets whether a row on this sheet is displayed.
|
 | GetSelection |
Gets the selection on this sheet with the specified index.
|
 | GetSelections |
Gets an ordered array of CellRange objects, from largest to smallest,
containing the selected cells on the sheet with minimal overlap between the ranges.
|
 | GetShape |
Gets a shape.
|
 | GetSpanCell |
Gets the range of cells that are spanned at a specified cell on this sheet.
|
 | GetSparkline |
Gets the sparkline info.
|
 | GetStickyNoteStyleInfo |
Gets the style information for the cell notes on this sheet that stay visible.
|
 | GetStyleInfo | Overloaded. Gets the style information for a specified cell. |
 | GetTag |
Gets the application-defined tag value for the specified cell, column, row, or entire sheet.
|
 | GetText |
Gets the formatted text in the cell on this sheet
using the IFormatter object for the cell.
|
 | GetUnboundValue |
Gets the unbound value for the cell on this sheet.
|
 | GetValue |
Gets unformatted data from the specified cell on this sheet.
|
 | GetViewColumnFromModelColumn |
Gets the column on the sheet that corresponds to the specified column index in the model.
|
 | GetViewRowFromModelRow |
Gets the row on the sheet that corresponds to the specified row index in the model.
|
 | GroupSparkline | Overloaded.
Groups the sparkline and sets the type of new group.
|
 | IsAnyCellInColumnSelected |
Gets whether any cells in the specified column on this sheet are selected.
|
 | IsAnyCellInRowSelected |
Gets whether any cells in the specified row on this sheet are selected.
|
 | IsColumnBound |
Gets whether the specified column on this sheet is bound to a data source.
|
 | IsRowBound |
Gets whether the specified row on this sheet is bound to a data source.
|
 | IsRowExpanded |
Gets whether the row on this sheet displays a child view in a hierarchical display.
|
 | IsSelected |
Gets whether the specified cell on this sheet is selected.
|
 | JoinShapes |
Joins two shapes in the drawing container for the sheet.
|
 | LoadFormulas |
Loads formulas that are deserialized but not parsed yet,
to be used after all sheets have been created and deserialized.
|
 | LoadTextFile | Overloaded. Loads text from a stream or a file into the sheet. |
 | MoveColumn | Overloaded. |
 | MoveRange |
Moves the data, formatting, formulas, and notes from a block of cells on this sheet to a new location.
|
 | MoveRow | Overloaded. |
 | OnSheetRangeGroupModelChanged |
Changes the sheet row axis model in synchronization with the data source.
|
 | Open | Overloaded.
Opens a saved XML file into a sheet view.
|
 | OpenExcel | Overloaded. Opens an Excel file and loads the specified sheet into this sheet. |
 | OpenSpreadFile |
Opens a saved Spread file into this sheet.
|
 | RaiseCellChanged | Overloaded. Raises the CellChanged event for a cell or range of cells that needs to be repainted. |
 | RaisePropertyChanged |
Raises the PropertyChanged event for this sheet.
|
 | Recalculate |
Evaluates all the formulas in cells on the sheet that have changed
since the last calculation cycle.
|
 | RecalculateAll |
Evaluates all the formulas in cells on the sheet
(including those that have not changed since the last calculation cycle).
|
 | RemoveColumnFooterSpanCell |
Removes the span that contains a specified anchor cell from a range of cells in the column footers.
|
 | RemoveColumnHeaderSpanCell |
Removes the span that contains a specified anchor cell from a range of cells in the column headers.
|
 | RemoveColumns |
Removes the column or columns on this sheet at the specified index.
|
 | RemoveControl | Overloaded. Removes the child control. |
 | RemoveCustomFunction |
Removes a user-defined custom function (FunctionInfo object) on this sheet from the model.
|
 | RemoveCustomName |
Removes a custom name on this sheet from the model.
|
 | RemoveRangeGroup |
Removes rows or columns from an outline (range group) from a specified start index by a specified amount,
and returns them to individual rows or columns.
|
 | RemoveRowHeaderSpanCell |
Removes the span that contains a specified anchor cell from a range of cells in the row headers.
|
 | RemoveRows |
Removes the row or rows on this sheet at the specified index.
|
 | RemoveSelection |
Removes the specified selection from this sheet.
|
 | RemoveShape |
Removes the shape from the drawing container for the sheet.
|
 | RemoveSpanCell |
Removes the span that contains a specified anchor cell from a range of cells on this sheet.
|
 | Reset |
Resets the view on this sheet to its original state.
|
 | ResumeAutoUpdateChartData |
Resume update of values to chart immediately.
|
 | Save | Overloaded.
Saves the contents of the sheet view to the specified file.
|
 | SaveHtml | Overloaded. Saves to HTML. |
 | SaveHtmlRange | Overloaded. Saves the range of cells to an HTML table. |
 | SaveTextFile | Overloaded. Saves the entire sheet to text in a stream or a file. |
 | SaveTextFileRange | Overloaded. Saves a range of cells on a sheet to text in a stream or a file. |
 | SaveXml | Overloaded. Saves the data on the sheet to the specified XML stream. |
 | SetActiveCell | Overloaded. Sets the active cell for a sheet. |
 | SetArray |
Sets the values in the specified two-dimensional array of objects
into the specified range of cells on this sheet.
|
 | SetChildVisible |
Sets whether to make the child view on this sheet visible when the parent row is expanded.
|
 | SetClip |
Sets a tab-delimited string of formatted text
in a specified range of cells on this sheet.
|
 | SetClipSpecial | Overloaded. |
 | SetClipValue |
Sets a tab-delimited string of unformatted data
in a specified range of cells on this sheet.
|
 | SetColumnAllowAutoSort | Overloaded. Sets whether the specified column or columns should allow automatic sorting. |
 | SetColumnAllowFilter | Overloaded. Sets whether the specified column or columns should allow filtering. |
 | SetColumnAutoFilterIndex |
Sets the auto filter index for the specified column.
|
 | SetColumnAutoSortIndex |
Sets the auto sort index for the specified column.
|
 | SetColumnLabel |
Sets the value for a specified cell in a column header on this sheet.
|
 | SetColumnMerge |
Sets whether or how cells in a column on this sheet that have the same content
are joined into a single cell across multiple rows.
|
 | SetColumnPageBreak |
Sets whether a forced page break is inserted before the specified column on this sheet when printing.
|
 | SetColumnShowSortIndicator | Overloaded. Sets whether the specified column or columns should show a sort indicator when automatically sorted. |
 | SetColumnSizeable |
Sets whether users can resize individual columns on this sheet.
|
 | SetColumnSortIndicator |
Sets the sort indicator for the specified column on this sheet.
|
 | SetColumnVisible |
Sets whether a column on this sheet is displayed.
|
 | SetColumnWidth |
Sets the width in pixels for the specified column on this sheet.
|
 | SetConditionalFormat | Overloaded. Sets the conditional formatting for a cell in the model. |
 | SetExpression |
Sets the formula, as an expression, in the cell at the specified row and column of this sheet.
|
 | SetFormula |
Sets a formula in a specified cell on this sheet.
|
 | SetFormulaConditionalFormat | Overloaded. |
 | SetInsideBorder |
Sets borders to the inside of a range of cells.
|
 | SetModelColumnForViewColumn |
Sets the column index in the data model that corresponds to the specified column index in the sheet.
|
 | SetModelRowForViewRow |
Sets the row index in the data model that corresponds to the specified row index in the sheet.
|
 | SetMultipleColumnWidths |
Sets the width in pixels for the specified columns on this sheet.
|
 | SetMultipleRowHeights |
Sets the height in pixels for the specified rows on this sheet.
|
 | SetNote |
Sets a note in a specified cell on this sheet.
|
 | SetNoteBounds |
Sets the location and dimensions for a cell note when the style sets the note to always be shown.
|
 | SetOutlineBorder |
Sets borders to the outline of a range of cells.
|
 | SetRowExpandable |
Sets whether the row on this sheet can be expanded to show a child view in a hierarchical display.
|
 | SetRowHeight |
Sets the height in pixels for the specified row on this sheet.
|
 | SetRowLabel |
Sets the value for a specified cell in the row header on this sheet.
|
 | SetRowMerge |
Sets whether or how cells in a row on this sheet that have the same content
are joined into a single cell across multiple columns.
|
 | SetRowPageBreak |
Sets whether a forced page break is inserted before the specified row on this sheet when printing.
|
 | SetRowSizeable |
Sets whether users can resize individual rows on this sheet.
|
 | SetRowVisible |
Sets whether a row on this sheet is displayed.
|
 | SetStickyNoteStyleInfo |
Sets the style information for the cell notes on this sheet that stay visible.
|
 | SetStyleInfo |
Sets the style for a cell, a column, a row, or an entire sheet.
|
 | SetTag |
Sets the application-defined tag value for the specified cell, column, row, or entire sheet.
|
 | SetText |
Sets the formatted text in the cell on this sheet
using the IFormatter object for the cell.
|
 | SetValue | Overloaded. Sets the value for the cell of the specified row and column on this sheet. |
 | ShouldSerializeColumnFooterSheetCornerHorizontalGridLine |
Gets whether the horizontal grid line for the footer corner should be serialized.
|
 | ShouldSerializeColumnFooterSheetCornerVerticalGridLine |
Gets whether the vertical grid line for footer corner should be serialized.
|
 | ShowNotes |
Shows or hides all cell notes on the sheet.
|
 | SortColumns | Overloaded. Sorts a range of columns in the sheet. |
 | SortRange |
Sorts a range of cells on this sheet in the data model.
|
 | SortRows | Overloaded. Sorts a range of rows in the sheet. |
 | SuspendAutoUpdateChartData |
Suspend update of values to chart immediately.
|
 | SwapRange |
Swaps the data and formatting in a block of cells on this sheet
with another block of cells on this sheet.
|
 | UngroupSparkline | Overloaded.
Ungroups the sparkline.
|
 | UpdateNotes | Overloaded. Updates note appearances based on style being set or note containing text. |