ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Excel Assembly / GrapeCity.SpreadBuilder.Cells Namespace / MergeArea Structure
Members

In This Topic
    MergeArea Structure
    In This Topic

    A structure that represents a merged rectangular region of cells in the spreadsheet.

    Object Model
    MergeArea Structure
    Syntax
    'Declaration
     
    Public Structure MergeArea 
       Inherits System.ValueType
    public struct MergeArea : System.ValueType 
    Remarks

    This structure is immutable; you cannot change the values once an instance has been initialized. To extend or truncate an existing MergeArea, remove the existing one and add a new one representing the extended or truncated region.

    Inheritance Hierarchy

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

    See Also