Determines if a cell in the referenced worksheet contains a string value. The cell is referenced by its row-column position in the worksheet.
FUNCTION IsWSCellString(
worksheet : HANDLE;
row : INTEGER;
column : INTEGER): BOOLEAN;def vs.IsWSCellString(worksheet, row, column):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| worksheet | HANDLE | Handle to worksheet. |
| row | INTEGER | Row of cell to be queried. |
| column | INTEGER | Column of cell to be queried. |
Availability: from VectorWorks9.0