ActiveReports 8
ContainsCell Method
See Also 
GrapeCity.ActiveReports.Export.Excel.v8 Assembly > GrapeCity.SpreadBuilder.Cells Namespace > MergeArea Structure : ContainsCell Method

row
The row of the cell.
column
The column of the cell.

Glossary Item Box

Returns a Boolean value indicating whether the specified cell is contained within the MergeArea.

Syntax

Visual Basic (Declaration) 
Public Function ContainsCell( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer _
) As System.Boolean
C# 
public System.bool ContainsCell( 
   System.int row,
   System.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