IRange.Group Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Group ( _
Start As Object, _
End As Object, _
By As Object, _
Periods As Object _
) As Object
'Usage
Dim instance As IRange
Dim Start As Object
Dim End As Object
Dim By As Object
Dim Periods As Object
Dim returnValue As Object
returnValue = instance.Group(Start, End, _
By, Periods)
Object Group(
Object Start,
Object End,
Object By,
Object Periods
)
Parameters
- Start
Type: System.Object
- End
Type: System.Object
- By
Type: System.Object
- Periods
Type: System.Object
Return Value
Type: System.Object