ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 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 System.Integer, _
       ByVal col As System.Integer _
    ) As System.Boolean
    public System.bool ContainsCell( 
       System.int row,
       System.int col
    )

    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