Shapes.AddTable Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function AddTable ( _
NumRows As Integer, _
NumColumns As Integer, _
Left As Single, _
Top As Single, _
Width As Single, _
Height As Single _
) As Shape
'Usage
Dim instance As Shapes
Dim NumRows As Integer
Dim NumColumns As Integer
Dim Left As Single
Dim Top As Single
Dim Width As Single
Dim Height As Single
Dim returnValue As Shape
returnValue = instance.AddTable(NumRows, _
NumColumns, Left, Top, Width, Height)
Shape AddTable(
int NumRows,
int NumColumns,
float Left,
float Top,
float Width,
float Height
)
Parameters
- NumRows
Type: System.Int32
- NumColumns
Type: System.Int32
- Left
Type: System.Single
- Top
Type: System.Single
- Width
Type: System.Single
- Height
Type: System.Single
Return Value
Type: Microsoft.Office.Core.Shape