Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.11 KB

File metadata and controls

39 lines (30 loc) · 1.11 KB

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:

  • [GetWSCellString | GetWSCellString](GetWSCellString%20| GetWSCellString.md)
  • [GetWSSubrowCellString | GetWSSubrowCellString](GetWSSubrowCellString%20| GetWSSubrowCellString.md)
  • [GetWSCellStringN | GetWSCellStringN](GetWSCellStringN%20| GetWSCellStringN.md)
  • [GetWSSubrowCellStrN | GetWSSubrowCellStrN](GetWSSubrowCellStrN%20| GetWSSubrowCellStrN.md)

Version

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

Category

  • Worksheets