ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDSheet Class / IsMerged Method
The 1-based row index of the cell to check.
The 1-based column index of the cell to check.

In This Topic
    IsMerged Method
    In This Topic
    Gets whether a cell at specified coordinates is merged, or not.
    Syntax
    'Declaration
     
    Public Function IsMerged( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As Boolean
    public bool IsMerged( 
       int row,
       int column
    )

    Parameters

    row
    The 1-based row index of the cell to check.
    column
    The 1-based column index of the cell to check.

    Return Value

    Returns true if the XFRecord of the specified cell has it's fMergeCell member set to "true".
    See Also