TableFields.Add Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
public Microsoft.Office.Interop.MSProject.TableField Add (Microsoft.Office.Interop.MSProject.PjField Field, Microsoft.Office.Interop.MSProject.PjAlignment AlignData = Microsoft.Office.Interop.MSProject.PjAlignment.pjRight, int Width = 10, string Title = "", Microsoft.Office.Interop.MSProject.PjAlignment AlignTitle = Microsoft.Office.Interop.MSProject.PjAlignment.pjCenter, int Before = -1, bool AutoWrap = false);
abstract member Add : Microsoft.Office.Interop.MSProject.PjField * Microsoft.Office.Interop.MSProject.PjAlignment * int * string * Microsoft.Office.Interop.MSProject.PjAlignment * int * bool -> Microsoft.Office.Interop.MSProject.TableField
Public Function Add (Field As PjField, Optional AlignData As PjAlignment = Microsoft.Office.Interop.MSProject.PjAlignment.pjRight, Optional Width As Integer = 10, Optional Title As String = "", Optional AlignTitle As PjAlignment = Microsoft.Office.Interop.MSProject.PjAlignment.pjCenter, Optional Before As Integer = -1, Optional AutoWrap As Boolean = false) As TableField
Параметры
- Field
- PjField
- AlignData
- PjAlignment
- Width
- Int32
- Title
- String
- AlignTitle
- PjAlignment
- Before
- Int32
- AutoWrap
- Boolean