WorkbookItemType Enumeration

This enumeration specifies the type of Workbook item.

Syntax Constants
Enum WorkbookItemType
    scWorkbookItemTypeFolder = 0
    scWorkbookItemTypeSpreadsheet = 1
    scWorkbookItemTypeGraph = 2
    scWorkbookItemTypeReport = 3
    scWorkbookItemTypeMacro = 4
    scWorkbookItemTypeNonStaDocument = 5
End Enum
  • scWorkbookItemTypeFolder: Workbook item is a folder.
  • scWorkbookItemTypeSpreadsheet: Workbook item is a Spreadsheet.
  • scWorkbookItemTypeGraph: Workbook item is a Graph.
  • scWorkbookItemTypeReport: Workbook item is a Report.
  • scWorkbookItemTypeMacro: Workbook item is a Macro (Script).
  • scWorkbookItemTypeNonStaDocument: Workbook item is a non Statistica document.