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:
- [GetWSCellString | GetWSCellString](GetWSCellString%20| GetWSCellString.md)
- [GetWSSubrowCellString | GetWSSubrowCellString](GetWSSubrowCellString%20| GetWSSubrowCellString.md)
- [GetWSCellStringN | GetWSCellStringN](GetWSCellStringN%20| GetWSCellStringN.md)
- [GetWSSubrowCellStrN | GetWSSubrowCellStrN](GetWSSubrowCellStrN%20| GetWSSubrowCellStrN.md)
GetCellStr is obsolete as of VectorWorks 9.0, see new [[VS:GetWSCellString| GetWSCellString]] and [[VS:GetWSSubrowCellString| GetWSSubrowCellString]], [[VS:GetWSCellStringN| GetWSCellStringN]] and [[VS:GetWSSubrowCellStrN| GetWSSubrowCellStrN]]
Availability: from All Versions
- Worksheets