DrawingObjects.Reshape Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Reshape ( _
Vertex As Integer, _
Insert As Object, _
Left As Object, _
Top As Object _
) As Object
'Usage
Dim instance As DrawingObjects
Dim Vertex As Integer
Dim Insert As Object
Dim Left As Object
Dim Top As Object
Dim returnValue As Object
returnValue = instance.Reshape(Vertex, _
Insert, Left, Top)
Object Reshape(
int Vertex,
Object Insert,
Object Left,
Object Top
)
Parameters
- Vertex
Type: System.Int32
- Insert
Type: System.Object
- Left
Type: System.Object
- Top
Type: System.Object
Return Value
Type: System.Object