Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 565 Bytes

File metadata and controls

31 lines (25 loc) · 565 Bytes

EXL_SetCellString

Description

Write the cell value as a string.

FUNCTION EXL_SetCellString(
				sheetIndex : INTEGER;
				cellRow    : INTEGER;
				cellColumn : INTEGER;
				value      : STRING): BOOLEAN;
def vs.EXL_SetCellString(sheetIndex, cellRow, cellColumn, value):
    return BOOLEAN

Parameters

Name Type Description
sheetIndex INTEGER
cellRow INTEGER
cellColumn INTEGER
value STRING

Version

Availability: from Vectorworks 2021

Category