getVisibleTaskCount

gets the number of tasks visible on the screen (those that are not collapsed)

number getVisibleTaskCount();
numberthe number of visible tasks

Example

gantt.getVisibleTaskCount();

See also
Back to top