Version 24.2 (latest)

WorksheetMergedCellsRegion Class Properties

For a list of all members of this type, see WorksheetMergedCellsRegion members.

Public Properties
 NameDescription
Public PropertyCellFormatGets the cell formatting for the merged cell region.  
Public PropertyCommentGets or sets the comment for the merged cells region.  
Public PropertyFirstColumnGets the index of the first column in the region. (Inherited from Infragistics.Documents.Excel.WorksheetRegion)
Public PropertyFirstRowGets the index of the first row in the region. (Inherited from Infragistics.Documents.Excel.WorksheetRegion)
Public PropertyFormulaGets the formula which has been applied to the merged region.  
Public PropertyLastColumnGets the index of the last column in the region. (Inherited from Infragistics.Documents.Excel.WorksheetRegion)
Public PropertyLastRowGets the index of the last row in the region. (Inherited from Infragistics.Documents.Excel.WorksheetRegion)
Public PropertyValueGets or sets the value of the merged cell region.  
Public PropertyWorksheetGets the worksheet on which the region resides. (Inherited from Infragistics.Documents.Excel.WorksheetRegion)
See Also