ActiveReports 9
GetCellAt Method

The row number of the cell.
The column number of the cell.
Obtains IGridCell given row and column numbers.
Syntax
'Declaration
 
Function GetCellAt( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer _
) As IGridCell
IGridCell GetCellAt( 
   System.int row,
   System.int column
)

Parameters

row
The row number of the cell.
column
The column number of the cell.
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

IGrid Interface
IGrid Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum