ActiveReports 8
MergeArea Structure
Members  See Also 
GrapeCity.ActiveReports.Export.Excel.v8 Assembly > GrapeCity.SpreadBuilder.Cells Namespace : MergeArea Structure

Glossary Item Box

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

Object Model

MergeArea Structure

Syntax

Visual Basic (Declaration) 
Public Structure MergeArea 
   Inherits System.ValueType
C# 
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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also