C# Syntax
void AddRow( string addButtonName, string newRowPath )
Parameters
- addButtonName
- The name of the Add button corresponding to the band to which you want to add a row.
- newRowPath
- The band path that shows where the row is added in the format: "n1;n2;...;nX" where n is the row number in each band level.