ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Cells Namespace / MergeArea Structure
Members

In This Topic
    MergeArea Structure
    In This Topic
    Rpresents a merged rectangular region of cells.
    Object Model
    MergeArea Structure
    Syntax
    'Declaration
     
    Public Structure MergeArea 
       Inherits System.ValueType
    public struct MergeArea : System.ValueType 
    Remarks
    This class is immutable, you cannot change the values once an instance has been initialized. If you want to extend or truncate an existing MergeArea, you need to remove the existing one, and create and add a new one representing the extended or truncated region.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          GrapeCity.SpreadBuilder.Cells.MergeArea

    See Also