Version

WorksheetMergedCellsRegion Class Members

The following tables list the members exposed by WorksheetMergedCellsRegion.

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)
Public Methods
 NameDescription
Public MethodApplyArrayFormulaApplies a array formula to the region of cells. (Inherited from Infragistics.Documents.Excel.WorksheetRegion)
Public MethodApplyFormulaApplies a formula to the region of cells. (Inherited from Infragistics.Documents.Excel.WorksheetRegion)
Public MethodEqualsDetermines whether the specified value equals this WorksheetRegion. (Inherited from Infragistics.Documents.Excel.WorksheetRegion)
Public MethodFormatAsTableOverloaded. Formats the region as a table and adds an associated WorksheetTable to the Worksheet.Tables collection. (Inherited from Infragistics.Documents.Excel.WorksheetRegion)
Public MethodGetBoundsInTwipsOverloaded. Gets the bounds of the region in twips (1/20th of a point). (Inherited from Infragistics.Documents.Excel.WorksheetRegion)
Public MethodGetHashCodeGtes the hash code for the WorksheetRegion. (Inherited from Infragistics.Documents.Excel.WorksheetRegion)
Public MethodGetResolvedCellFormatGets the resolved cell formatting for this merged cell region.  
Public MethodToStringOverloaded. Gets the string representation of the range of cells in the region. (Inherited from Infragistics.Documents.Excel.WorksheetRegion)
See Also