"removeSeriesRow"

Deletes the specified row of the given series.

Synopsis

shape.removeSeriesRow(int series, int row);

Parameter

Parameter Description
series Series index
row Index of the row which shall be deleted

Description

Deletes the specified row of the given series.

Example

main()
{
  BarChart3D_ewo1.removeSeriesRow(1, 2);
}

Assignment

BarChart3D-EWO