Spread Windows Forms 12.0 Product Documentation
Group Method (IRange)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : Group Method
Demotes a range in an outline (that is, increases its outline level). The specified range must be a row or column, or a range of rows or columns.
Syntax
'Declaration
 
Function Group() As Boolean
'Usage
 
Dim instance As IRange
Dim value As Boolean
 
value = instance.Group()
bool Group()
See Also

Reference

IRange Interface
IRange Members