Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / MergeArea Property


In This Topic
    MergeArea Property
    In This Topic
    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