Version

GetTableRowRange Method (ScheduleControlProxyBase)

Returns the count visible rows range and the total number of rows.
Syntax
'Declaration
 
Public Sub GetTableRowRange( _
   ByRef pFirstVisible As System.Long, _
   ByRef pLastVisible As System.Long, _
   ByRef pTotal As System.Long _
) 
public void GetTableRowRange( 
   out System.long pFirstVisible,
   out System.long pLastVisible,
   out System.long pTotal
)
public: void GetTableRowRange( 
   [PARAMFLAG::Out] System.long pFirstVisible,
   [PARAMFLAG::Out] System.long pLastVisible,
   [PARAMFLAG::Out] System.long pTotal
) 

Parameters

pFirstVisible
pLastVisible
pTotal
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