Inputs
scheduleView : ViewSchedule
rowIndex : int[]
refresh : bool (optional)
Outputs
string[][] : string[][]
Description
Get the specified row data from a given Revit schedule as strings. Schedules have a blank row after the headings so index 1 will always contain no data. Row indexes start at 0 and any input indexes that are out of range are ignored.
Features
Get row data from a given schedule as strings
Input row indexes to select table data. Indexes start from 0
Use the refresh input to get the latest data from the input schedule view
Supports periodic updating