Spread Windows Forms 12.0 Product Documentation
MergeArea Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : MergeArea Property
Returns a Range object that represents the merged range containing the specified cell. If the specified cell isn't in a merged range, this property returns the specified cell.
Syntax
'Declaration
 
ReadOnly Property MergeArea As IRange
'Usage
 
Dim instance As IRange
Dim value As IRange
 
value = instance.MergeArea
IRange MergeArea {get;}

Property Value

A Range object that represents the merged range containing the specified cell.
See Also

Reference

IRange Interface
IRange Members