Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 472 Bytes

File metadata and controls

27 lines (21 loc) · 472 Bytes

EXL_GetSheetIndex

Description

Gets index of the Excel sheet.

FUNCTION EXL_GetSheetIndex(
				sheetName         : STRING;
				VAR outSheetIndex : INTEGER): BOOLEAN;
def vs.EXL_GetSheetIndex(sheetName):
    return (BOOLEAN, outSheetIndex)

Parameters

Name Type Description
sheetName STRING
outSheetIndex INTEGER

Version

Availability: from Vectorworks 2021

Category