Function GetCellStr returns the string value of a cell in the referenced worksheet.
FUNCTION GetCellStr(
h : HANDLE;
row : INTEGER;
col : INTEGER): STRING;def vs.GetCellStr(h, row, col):
return STRING| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to worksheet. |
| row | INTEGER | Worksheet row index. |
| col | INTEGER | Worksheet column index. |
Functions:
GetCellStr is obsolete as of VectorWorks 9.0, see new GetWSCellString and GetWSSubrowCellString, GetWSCellStringN and GetWSSubrowCellStrN
Availability: from All Versions