Spread Windows Forms 12.0 Product Documentation
Ungroup Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : Ungroup Method
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()
bool Ungroup()
See Also

Reference

IRange Interface
IRange Members