Shapes.AddTable(Int32, Int32, Single, Single, Single, Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Microsoft::Office::Interop::MSProject::Shape ^ AddTable(int NumRows, int NumColumns, float Left, float Top, float Width, float Height);
public Microsoft.Office.Interop.MSProject.Shape AddTable (int NumRows, int NumColumns, float Left, float Top, float Width, float Height);
abstract member AddTable : int * int * single * single * single * single -> Microsoft.Office.Interop.MSProject.Shape
Public Function AddTable (NumRows As Integer, NumColumns As Integer, Left As Single, Top As Single, Width As Single, Height As Single) As Shape
Parameters
- NumRows
- Int32
- NumColumns
- Int32
- Left
- Single
- Top
- Single
- Width
- Single
- Height
- Single