ElemIsHidden 函数确定元素是否隐藏。
ElemIsHidden(ts TimeSeries, offset integer) returns Boolean; ElemIsHidden(ts TimeSeries, tstamp datetime year to fraction(5)) returns Boolean;
使用偏移量或时间戳记来查找想要检查的元素。
如果元素是隐藏的,那么返回 TRUE;如果不是隐藏的,返回 FALSE。