VS:EXL IsCellValid: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision)
 
(No difference)

Latest revision as of 15:47, 16 September 2020

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

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

sheetIndex INTEGER
cellRow INTEGER
cellColumn INTEGER

Version

Availability: from Vectorworks 2021