'Usage Dim instance As IFindRowsVisibleStateSupport Dim row As Integer Dim value As Boolean value = instance.GetRowVisibleState(row)
Parameters
- row
- Index of specified row.
Return Value
true if row is visbile and has a size greater than 0; otherwise, returns false.