Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 677 Bytes

File metadata and controls

33 lines (27 loc) · 677 Bytes

EXL_SetCellStrFormula

Description

Write cell value as a string formula.

FUNCTION EXL_SetCellStrFormula(
				sheetIndex    : INTEGER;
				cellRow       : INTEGER;
				cellColumn    : INTEGER;
				formulaString : STRING;
				formulaValue  : STRING): BOOLEAN;
def vs.EXL_SetCellStrFormula(sheetIndex, cellRow, cellColumn, formulaString, formulaValue):
    return BOOLEAN

Parameters

Name Type Description
sheetIndex INTEGER
cellRow INTEGER
cellColumn INTEGER
formulaString STRING
formulaValue STRING

Version

Availability: from Vectorworks 2021

Category