Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 561 Bytes

File metadata and controls

31 lines (25 loc) · 561 Bytes

EXL_SetCellNumber

Description

Write the cell value as a number.

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

Parameters

Name Type Description
sheetIndex INTEGER
cellRow INTEGER
cellColumn INTEGER
value REAL

Version

Availability: from Vectorworks 2021

Category