ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Cells Namespace / MergeArea Structure / ContainsCell Method
The row of the cell.
The column of the cell.

In This Topic
    ContainsCell Method
    In This Topic
    Returns true if this MergeArea contains the cell at the specified row & column index.
    Syntax
    'Declaration
     
    Public Function ContainsCell( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As Boolean
    public bool ContainsCell( 
       int row,
       int column
    )

    Parameters

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

    Return Value

    True if the MergeArea contains the specified cell.
    See Also