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