Tests whether the current cell group contains a cell with the specified row and column indices.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool ContainsCell(
	int row,
	int col
)
Visual Basic
Public Function ContainsCell ( _
	row As Integer, _
	col As Integer _
) As Boolean

Parameters

row
Type: System..::..Int32
The row index of the cell.
col
Type: System..::..Int32
The column index of the cell.

Return Value

true if the current group contains the specified cell, false otherwise.

See Also