IRange.Consolidate Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Consolidate ( _
Sources As Object, _
Function As Object, _
TopRow As Object, _
LeftColumn As Object, _
CreateLinks As Object _
) As Object
'Usage
Dim instance As IRange
Dim Sources As Object
Dim Function As Object
Dim TopRow As Object
Dim LeftColumn As Object
Dim CreateLinks As Object
Dim returnValue As Object
returnValue = instance.Consolidate(Sources, _
Function, TopRow, LeftColumn, CreateLinks)
Object Consolidate(
Object Sources,
Object Function,
Object TopRow,
Object LeftColumn,
Object CreateLinks
)
Parameters
- Sources
Type: System.Object
- Function
Type: System.Object
- TopRow
Type: System.Object
- LeftColumn
Type: System.Object
- CreateLinks
Type: System.Object
Return Value
Type: System.Object