ActiveReports 6 Online Help
ContainsCell Method

The row of the cell.
The column of the cell.
Returns a Boolean value indicating whether the specified cell is contained within the MergeArea.
Syntax
'Declaration
 
Public Function ContainsCell( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As Boolean
public bool ContainsCell( 
   int row,
   int column
)

Parameters

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

MergeArea Structure
MergeArea Members

Send Feedback