Inputs
scheduleView : ViewSchedule
columnIndexes : int[]
removeHeadings : bool (optional)
refresh : bool (optional)
Outputs
string[][] : string[][]
Description
Get the specified column data from a given Revit schedule as strings. Column indexes start at 0 and any input indexes that are out of range are ignored. Use the removeHeadings input to specify if the headings should be removed from the returned string lists.
Features
Get column data from a given schedule as strings
Input column indexes to select table data. Indexes start from 0
Headings can be removed from the data using the removeHeadings input
Use the refresh input to get the latest data from the input schedule view
Supports periodic updating