Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 406 Bytes

File metadata and controls

24 lines (18 loc) · 406 Bytes

EXL_AddSheet

Description

Add a sheet. If a sheet with this name exists, it will be overwritten.

FUNCTION EXL_AddSheet(sheetName : STRING): BOOLEAN;
def vs.EXL_AddSheet(sheetName):
    return BOOLEAN

Parameters

Name Type Description
sheetName STRING

Version

Availability: from Vectorworks 2021

Category