ActiveReports 8
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 System.Integer, _
   ByVal column As System.Integer _
) As System.Boolean
public System.bool ContainsCell( 
   System.int row,
   System.int column
)

Parameters

row
The row of the cell.
column
The column of the cell.
See Also

Reference

MergeArea Structure
MergeArea Members

Support Forum