| DeleteRowAction |
Spreadsheet action for deleting a single row.
|
| DeleteTableAction |
Spreadsheet action for deleting a SpreadsheetTable.
|
| EditCellCommentAction |
Spreadsheet action for inserting or deleting a comment to a cell.
|
| HideHeaderAction |
Spreadsheet action for hiding a single row or column.
|
| InsertDeleteCellCommentAction |
Spreadsheet action for inserting or deleting a comment to a cell.
|
| InsertNewRowAction |
Spreadsheet action for inserting a new row to the sheet.
|
| InsertTableAction |
Spreadsheet action for inserting a new SpreadsheetTable.
|
| MergeCellsAction |
Spreadsheet action for merging two or more cells.
|
| ShowHideCellCommentAction |
Spreadsheet action for showing or hiding a cell comment.
|
| SpreadsheetAction |
Abstract base class for Spreadsheet actions.
|
| SpreadsheetDefaultActionHandler |
Default action handler for Spreadsheet actions.
|
| UnHideHeadersAction |
Spreadsheet action for showing hidden columns or rows.
|
| UnMergeCellsAction |
Spreadsheet action for breaking a merged cell into its constituents.
|