Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 987 Bytes

File metadata and controls

38 lines (30 loc) · 987 Bytes

GetCellStr

Description

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

Parameters

Name Type Description
h HANDLE Handle to worksheet.
row INTEGER Worksheet row index.
col INTEGER Worksheet column index.

See Also

Functions:

Version

GetCellStr is obsolete as of VectorWorks 9.0, see new GetWSCellString and GetWSSubrowCellString, GetWSCellStringN and GetWSSubrowCellStrN

Availability: from All Versions

Category