Infragistics(R) NetAdvantage(R) WPF
WorksheetMergedCellsRegion Class
Members  See Also  E-mail your feedback on this topic.
Infragistics.Documents.Excel Namespace : WorksheetMergedCellsRegion Class

Represents a merged region of cells, or cells which share a value and format and appear as one cell when viewed in Microsoft Excel.

Syntax

Visual Basic (Declaration) 
Public Class WorksheetMergedCellsRegion 
   Inherits WorksheetRegion
C# 
public class WorksheetMergedCellsRegion : WorksheetRegion 

Remarks

Merged cell regions cannot overlap (a cell can only belong to one merged cell region). In addition, ArrayFormula and WorksheetDataTable instances cannot be applied to merged cell regions.

See Also