Skip to content

Commit

Permalink
fix_additional_emptysheetincolumneta
Browse files Browse the repository at this point in the history
  • Loading branch information
N-thony committed Jan 29, 2025
1 parent 15a8c10 commit c8830b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instat/ucrColumnMetadata.vb
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ Public Class ucrColumnMetadata
'displaying more than a 1000 rows takes a lot of time
'in the long term, this window should have 'paging' feature similar to the data viewer to display 11000 rows only.
If _clsDataBook IsNot Nothing And Visible Then
_grid.RemoveOldWorksheets()
AddAndUpdateWorksheets()
_grid.RemoveOldWorksheets()
_grid.bVisible = _clsDataBook.DataFrames.Count > 0
End If
End Sub
Expand Down

0 comments on commit c8830b6

Please sign in to comment.