Difference between revisions of "CueListView:GetCueRowCount"
From Moving Light Assistant
(Added Page.) |
(No difference)
|
Latest revision as of 23:56, 17 July 2015
GetCueRowCount()
- Returns an integer.
This function will return the number of cue rows displayed in the Cue List view.
Example.
numCueRows = CueListView:GetCueRowCount()
This would assign to the variable numCueRows the number of cue rows displayed in the cue list.