ASPxClientSpreadsheet.GetActiveCellValue Method
In This Article
Gets the value of the currently active cell.
#Declaration
TypeScript
GetActiveCellValue(): any
#Returns
Type | Description |
---|---|
any | An object representing the currently active cell’s value. |
See Also