PdfPrep.com

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

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();

Answer: D

Exit mobile version