BCGControlBar Library for .NET
GetLastRowAndColumnOnPage Method




Returns references to last visible row and column on page.
Syntax
'Declaration
 
Public Sub GetLastRowAndColumnOnPage( _
   ByRef row As Integer, _
   ByRef column As Integer _
) 
'Usage
 
Dim instance As GridControl
Dim row As Integer
Dim column As Integer
 
instance.GetLastRowAndColumnOnPage(row, column)
public void GetLastRowAndColumnOnPage( 
   ref int row,
   ref int column
)
public: void GetLastRowAndColumnOnPage( 
   ref int row,
   ref int column
) 
public:
void GetLastRowAndColumnOnPage( 
   int% row,
   int% column
) 

Parameters

row
column
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

Reference

GridControl Class
GridControl Members

Send Feedback