Function CellString returns the string of a specified cell in the active worksheet
FUNCTION CellString(
row : INTEGER;
column : INTEGER): STRING;def vs.CellString(row, column):
return STRING| Name | Type | Description |
|---|---|---|
| row | INTEGER | Worksheet row index. |
| column | INTEGER | Worksheet column index. |
Returns the string representation of the current worksheet's cell specified by 'row' and 'column' numbers. [sd 8/13/98]
IsWSCellString, IsWSCellStringN, IsWSSubrowCellString
CellString is obsolete as of VectorWorks 9.0, see IsWSCellString (returns a string), IsWSCellStringN (returns a Dynarray of Char), IsWSSubrowCellString
Availability: from All Versions