C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / UserCellGroup Class / ContainsCell Method
The row index of the cell.
The column index of the cell.

In This Topic
ContainsCell Method
In This Topic
Tests whether the current cell group contains a cell with the specified row and column indices.
Syntax
'Declaration
 
Public Function ContainsCell( _
   ByVal row As Integer, _
   ByVal col As Integer _
) As Boolean
 

Parameters

row
The row index of the cell.
col
The column index of the cell.

Return Value

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