getTaskCount

返回当前加载在甘特图中的任务总数

number getTaskCount();
number计划中任务的总数

Example

gantt.getTaskCount();

See also
Back to top