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


In This Topic
Ungroup Method (IRange)
In This Topic
Promotes a range in an outline (that is, decreases its outline level). The specified range must be a row or column, or a range of rows or columns.
Syntax
'Declaration
 
Function Ungroup() As Boolean
 
'Usage
 
Dim instance As IRange
Dim value As Boolean
 
value = instance.Ungroup()
See Also