TableFields.Add 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.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
Parameters
- Field
- PjField
- AlignData
- PjAlignment
- Width
- Int32
- Title
- String
- AlignTitle
- PjAlignment
- Before
- Int32
- AutoWrap
- Boolean