| Name |
Description |
| CopyPaste(Cell, Area) |
Copies an area of cells from another Worksheet to cells in this worksheet. |
| CopyPaste(Cell, Area, CopyPasteProperties) |
Copies an area of cells from another Worksheet to cells in this worksheet. |
| CopyPaste(Int32, Int32, Area) |
Copies an area of cells from another Worksheet to cells in this worksheet. |
| CopyPaste(Int32, Int32, Area, CopyPasteProperties) |
Copies an area of cells from another Worksheet to cells in this worksheet. |
| CopyPaste(String, Area, CopyPasteProperties) |
Copies an area of cells from another Worksheet to cells in this worksheet. |
| CopyPaste(String, Area) |
Copies an area of cells from another Worksheet to cells in this worksheet. |
| CreateAnchor(Int32, Int32, Double, Double) |
Creates an anchor at a specified position in the worksheet. |
| CreateArea(Int32, Int32, Int32, Int32) |
Defines a rectangular Area of cells in the worksheet. |
| CreateArea(String) |
Defines a rectangular Area of cells in the worksheet. |
| CreateAreaOfColumns(Int32, Int32) |
Returns an Area object representing all the cells in a specified group of columns. An area is a rectangular collection of cells. |
| CreateAreaOfRows(Int32, Int32) |
Returns an Area object representing all the cells in a specified group of rows. An area is a rectangular collection of cells. |
| CreateNamedRange(Int32, Int32, Int32, Int32, String) |
Creates a named range, containing one area. A range is a collection of areas; an area is a rectangular collection of cells. |
| CreateNamedRange(String, String) |
Creates a named range from a specified formula. A range is a collection of areas; an area is a rectangular collection of cells. This method can be used to create a non-rectangular range containing multiple rectangular areas. |
| CreateRange(String) |
Creates a range from a specified formula. A range is a collection of areas; an area is a rectangular collection of cells. This method can be used to create a non-rectangular range containing multiple rectangular areas. |
| DeleteColumn(Int32) |
Deletes a column and its contents from the worksheet. Columns after the deleted column will be moved to the left. |
| DeleteColumns(Int32, Int32) |
Deletes a number of columns and its contents from the worksheet. Columns after the deleted columns will be moved to the left. |
| DeleteRow(Int32) |
Deletes a specified row and its contents from the worksheet. Rows below the deleted row will be moved up. |
| DeleteRows(Int32, Int32) |
Deletes a specified number of rows and its contents from the worksheet. Rows below the deleted rows will be moved up. |
| GetColumnProperties(Int32) |
Returns a ColumnProperties object representing the column specified by index. |
| GetNamedObject(String) |
Returns the NamedObject object that represents the name of a specified array, number, picture, or range. If the named object does not exist, the method returns null. |
| GetNamedRange(String) |
Returns the named Range object that specified by name. If the named range does not exist, the method returns null. |
| GetRowProperties(Int32) |
Returns a RowProperties object representing the row specified by index. |
| GroupColumns(Int32, Int32, Boolean) |
Groups or outlines a contiguous set of columns. |
| GroupRows(Int32, Int32, Boolean) |
Groups or outlines a contiguous set of rows. |
| ImportData(Object()(), Cell) |
Imports data from a two-dimensional array of objects to cells in the worksheet. |
| ImportData(Object()(), String(), Cell, DataImportProperties) |
Imports data from a two-dimensional array of objects to cells in the worksheet. The new data will overwrite values and formulas in the target worksheet cells, but existing formatting will be preserved. |
| ImportData(System.Data.DataTable, Cell) |
Imports data from an ADO.NET
DataTable to cells in the worksheet. The new data will overwrite values and formulas in the target worksheet cells, but existing formatting will be preserved. |
| ImportData(System.Data.DataTable, Cell, DataImportProperties) |
Imports data from an ADO.NET
DataTable to cells in the worksheet. The new data will overwrite values and formulas in the target worksheet cells, but existing formatting will be preserved. |
| ImportData(System.Data.DataView, Cell) |
Imports data from an ADO.NET
DataView to cells in the worksheet. The new data will overwrite values and formulas in the target worksheet cells, but existing formatting will be preserved. |
| ImportData(System.Data.DataView, Cell, DataImportProperties) |
Imports data from an ADO.NET
DataView to cells in the worksheet. The new data will overwrite values and formulas in the target worksheet cells, but existing formatting will be preserved. |
| ImportData(Object(,), Cell) |
Imports data from a rectangular array of objects to cells in the worksheet. The new data will overwrite values and formulas in the target worksheet cells, but existing formatting will be preserved. |
| ImportData(Object(,), String(), Cell, DataImportProperties) |
Imports data from a rectangular array of objects to cells in the worksheet. The new data will overwrite values and formulas in the target worksheet cells, but existing formatting will be preserved. |
| ImportData(System.Data.IDataReader, Cell) |
Imports data from an
IDataReader to cells in the worksheet. The new data will overwrite values and formulas in the target worksheet cells, but existing formatting will be preserved. |
| ImportData(System.Data.IDataReader, Cell, DataImportProperties) |
Imports data from an
IDataReader to cells in the worksheet. The new data will overwrite values and formulas in the target worksheet cells, but existing formatting will be preserved. |
| InsertColumn(Int32) |
Inserts a column in the worksheet to the left of the specified column. |
| InsertColumn(Int32, ColumnInsertBehavior) |
Inserts a column in the worksheet to the left of the specified column, copying the style based on the copyBehavior parameter. |
| InsertColumn(Int32, ColumnInsertBehavior, ColumnInsertBehavior) |
Inserts a column in the worksheet to the left of the specified column, copying the style based on the copyBehavior parameter. |
| InsertColumns(Int32, Int32) |
Inserts a block of columns in the worksheet to the left of the specified column. |
| InsertColumns(Int32, Int32, ColumnInsertBehavior) |
Inserts a block of columns in the worksheet to the left of the specified column, copying the style based on the copyBehavior parameter. |
| InsertColumns(Int32, Int32, ColumnInsertBehavior, ColumnInsertBehavior) |
Inserts a block of columns in the worksheet to the left of the specified column, copying the style based on the copyBehavior parameter. |
| InsertHorizontalPageBreak(Cell) |
Inserts a horizontal page break in the worksheet after the specified cell. |
| InsertRow(Int32) |
Inserts a row in the worksheet above the specified row. |
| InsertRow(Int32, RowInsertBehavior) |
Inserts a row in the worksheet above the specified row. |
| InsertRow(Int32, RowInsertBehavior, RowInsertBehavior) |
Inserts a row in the worksheet above the specified row. |
| InsertRows(Int32, Int32) |
Inserts a number of rows in the worksheet above the specified row. |
| InsertRows(Int32, Int32, RowInsertBehavior) |
Inserts a number of rows in the worksheet above the specified row. |
| InsertRows(Int32, Int32, RowInsertBehavior, RowInsertBehavior) |
Inserts a number of rows in the worksheet above the specified row. |
| InsertVerticalPageBreak(Cell) |
Inserts a vertical page break in the worksheet to right of the specified cell. |
| Protect(String) |
Write-protects the worksheet. A user will not be able to modify the worksheet in Excel without entering the specified password. This method does not encrypt the worksheet. |
| Select() |
Selects the current worksheet and deselects all others. To select multiple worksheets, use Worksheets.Select(). |
| UngroupColumns(Int32, Int32) |
Ungroups a contiguous set of columns. |
| UngroupRows(Int32, Int32) |
Ungroups a contiguous set of rows. |
| Unprotect() |
Removes the write-protection from the worksheet. |