Shapes._Default Method
Reserved for internal use.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function _Default ( _
Index As Object _
) As Shape
'Usage
Dim instance As Shapes
Dim Index As Object
Dim returnValue As Shape
returnValue = instance(Index)
Shape _Default(
Object Index
)
Parameters
- Index
Type: System.Object
Return Value
Type: Microsoft.Office.Interop.Excel.Shape