Cells.HideRows

Cells.HideRows method

Hides multiple rows.

public void HideRows(int row, int totalRows)
ParameterTypeDescription
rowInt32The row index.
totalRowsInt32The row number.

See Also