GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / UnMerge Method


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