Shapes.AddTable(Int32, Int32, Single, Single, Single, Single) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
参数
- NumRows
- Int32
- NumColumns
- Int32
- Left
- Single
- Top
- Single
- Width
- Single
- Height
- Single