Forum Discussion
vjjohnson04
14 years agoOccasional Contributor
hi,
thanks for the help. I got the count using the below code.
Can u enlighten me on using the WPFObect("Grid").items.count as i get an type mismatch error.
Code:
sub get_row_count
i=Aliases.EFLT_EO_UI.HwndSource_MainView.MainView.Grid.mainTabControl.FeatureView.LayoutRoot.ResidenceSearchView.Grid.advanceResultRadGridView.items.count
end sub