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


In This Topic
Group Method (IRange)
In This Topic
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()
See Also