Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 514 Bytes

File metadata and controls

29 lines (23 loc) · 514 Bytes

EXL_IsCellValid

Description

Check is cell in range of Excel sheets.

FUNCTION EXL_IsCellValid(
				sheetIndex : INTEGER;
				cellRow    : INTEGER;
				cellColumn : INTEGER): BOOLEAN;
def vs.EXL_IsCellValid(sheetIndex, cellRow, cellColumn):
    return BOOLEAN

Parameters

Name Type Description
sheetIndex INTEGER
cellRow INTEGER
cellColumn INTEGER

Version

Availability: from Vectorworks 2021

Category