Version

GetTableRowRange(Int64,Int64,Int64,Boolean) Method

Syntax
'Declaration
 
Public Overloads Sub GetTableRowRange( _
   ByRef pFirstVisible As System.Long, _
   ByRef pLastVisible As System.Long, _
   ByRef pTotal As System.Long, _
   ByVal includeHeaders As System.Boolean _
) 
public void GetTableRowRange( 
   out System.long pFirstVisible,
   out System.long pLastVisible,
   out System.long pTotal,
   System.bool includeHeaders
)
public: void GetTableRowRange( 
   [PARAMFLAG::Out] System.long pFirstVisible,
   [PARAMFLAG::Out] System.long pLastVisible,
   [PARAMFLAG::Out] System.long pTotal,
   System.bool includeHeaders
) 

Parameters

pFirstVisible
pLastVisible
pTotal
includeHeaders
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also