"getSeriesRowCount"
Returns the number of rows for the given series.
Synopsis
shape.getSeriesRowCount(int series);
Parameter
Parameter | Description |
---|---|
series | Series index |
Return Value
Int (number of rows)
Description
Returns the number of rows for the given series.
Example
main()
{
DebugN(BarChart3D_ewo1.getSeriesRowCount(1));
}
Assignment
BarChart3D-EWO