Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / UnMerge Method


In This Topic
    UnMerge Method (IRange)
    In This Topic
    Separates a merged area into individual cells.
    Syntax
    'Declaration
     
    
    Sub UnMerge() 
    'Usage
     
    
    Dim instance As IRange
     
    instance.UnMerge()
    void UnMerge()
    See Also