TabSheetDataSource.getIsRowFilled

Syntax

getIsRowFilled(index: Number);

Parameters

index. Index of row in the table of spliced time series.

Description

The getIsRowFilled method determines whether time series is defined for specified row in splicing table.

Comments

This method returns True if a time series is set for the specified row of splice table, otherwise the method returns False.

Example

The example of use is given on the page with description of the SpliceTabSheetDataSource.getData method.

See also:

SpliceTabSheetDataSource