Returns the formula from a cell in the referenced worksheet.
PROCEDURE GetWSCellFormula(
worksheet : HANDLE;
row : INTEGER;
column : INTEGER;
VAR formula : STRING);def vs.GetWSCellFormula(worksheet, row, column):
return formula| Name | Type | Description |
|---|---|---|
| worksheet | HANDLE | Handle to worksheet. |
| row | INTEGER | Row of cell to be queried. |
| column | INTEGER | Column of cell to be queried. |
| formula | STRING | Formula contained in worksheet cell. |
Availability: from VectorWorks9.0