ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDSheet Class / HasMergeAreas Property

In This Topic
    HasMergeAreas Property
    In This Topic
    Gets whether or not this sheet has merged areas
    Syntax
    'Declaration
     
    Public ReadOnly Property HasMergeAreas As Boolean
    public bool HasMergeAreas {get;}

    Property Value

    A System.Boolean value, true if this sheet has merged areas within, false if not
    See Also