I would like to prevent the number of rows from exceeding a specified number (for example, 100).
If rows are added from the toolbar or context menu, the event can be suppressed using beforeAction addRow or beforeRowAdd, but if multiple rows of cells are pasted in excess of the number of rows displayed, additional rows will be added.
Is there a good way to do this?