Name | Description | |
---|---|---|
![]() | Clear | Removes all the data from the specified range of cells. |
![]() | Copy | Copies the data from a range of cells to a specified range of cells. |
![]() | GetFormula | Gets the formula text from the specified cell on this spreadsheet. |
![]() | GetStyleFormat | Gets the direct of a cell |
![]() | GetValue | Gets raw data from the specified cell on this spreadsheet. |
![]() | InsertColumns | Inserts column(s) at the specified position. |
![]() | InsertRows | Inserts row(s) at the specified position. |
![]() | Move | Moves the data from a range of cells to the specified location. |
![]() | RemoveColumns | Removes one or more columns starting with the column at the specified position. |
![]() | RemoveRows | Removes one or more rows starting with the row at the specified position. |
![]() | SetFormula | Sets the formula text for the cell of the specified cell range. |
![]() | SetStyleFormat | Sets the for a range |
![]() | SetValue | Overloaded. Sets the System.Object value for the cell of the specified row and column. |
![]() | Swap | Swaps the specified ranges of cells. |