This topic provides information about replay-only actions for testing the XamSpreadsheet ™ control.
This topic contains the following sections:
Returns data for the identified cell.
The following table summarizes the action parameters followed by code examples where applicable.
The possible exceptions to this action and the likely reason causing it is:
Object [Workbook] is null or has been disposed.
The following SpreadsheetCell [sCellArg ] was not found.
The option supplied is not one of the valid options, valid options are [ sshtCellTypeValue , sshtCellTypeFormula , sshtCellTypeText ]
Activate the identified cell
The following table summarizes the action parameters followed by code examples where applicable.
The possible exceptions to this action and the likely reason causing it is:
Object [Workbook] is null or has been disposed.
The following SpreadsheetCell [sCellArg ] was not found.
Puts the identified cell into edit mode
The following table summarizes the action parameters followed by code examples where applicable.
The possible exceptions to this action and the likely reason causing it is:
Object [Workbook] is null or has been disposed.
The following SpreadsheetCell [sCe*llArg* ] was not found.
If an editor is in editmode, exit edit mode by the supplied mode
The following table summarizes the action parameters followed by code examples where applicable.
The only possible exception to this action and the likely reason causing it is:
The option supplied is not one of the valid options, valid options are [ sshtUpdateSelectedCells , sshtCreateArrayFormula , sshtUpdateActiveCellOnly , sshtDiscardChanges ]
Appends the supplied text to the cell currently in edit mode
The following table summarizes the action parameters followed by code examples where applicable.
None
The following topics provide additional information related to this topic.