ITestable Interface : GetTabularAttributes Method |
Visual Basic |
---|
Public Sub GetTabularAttributes( _ ByVal objId As Variant, _ ByRef puFullSize As UInt, _ ByRef puMinVisibleRow As UInt, _ ByRef puMaxVisibleRow As UInt _ ) |
- objId
- puFullSize
- The total number of rows in the table.
- puMinVisibleRow
- The row number of the first visible row. The number of the first row in the table is zero.
- puMaxVisibleRow
- The row number of the last visible row.