BALAREVA how to unhide all rows

Hi @berkaykor ,

  • Find the last row index by using this
  • And you can mentioned array row like this “Enumerable.Range(1,intLastRowIndex).ToArray()”.

Here is the screenshot.

test.zip (28.0 KB)

Regards
Balamurugan.S

1 Like