ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Cells Namespace / DDCell Class / IsMerged Property

In This Topic
    IsMerged Property (DDCell)
    In This Topic
    Gets a value indicating whether this cell is part of a merged group of cells.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsMerged As Boolean
    public bool IsMerged {get;}

    Property Value

    true if this cell is in a merged group; otherwise, false.
    See Also