Page 1 of 1

Instance Manager must be used to remove a row. Which line of code should be used to perform this task?

Posted: Thu Jul 21, 2022 9:09 pm
by answerhappygod
Instance Manager must be used to remove a row. Which line of code should be used to perform this task?

A. row_name.instanceManager.removeInstance(this.row_name.instanceIndex);
B. instanceManager.removeInstance(this.row_name.instanceIndex);
C. row_name.instanceManager.removeRow(row_name.instanceIndex);
D. instanceManager.removeInstance();