Skip to content

MAX_ROW

const MAX_ROW: number;

The maximum row index allowed. Based on the limits of Excel’s grid, which has a maximum of 1,048,576 rows. The index is zero-based, so the maximum index is one less than the total number of rows.