_MSProject.TableEdit 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 bool TableEdit (string Name, bool TaskTable, object Create, object OverwriteExisting, object NewName, object FieldName, object NewFieldName, object Title, object Width, object Align, object ShowInMenu, object LockFirstColumn, object DateFormat, object RowHeight, object ColumnPosition, object AlignTitle, object HeaderAutoRowHeightAdjustment, object HeaderTextWrap);
abstract member TableEdit : string * bool * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj -> bool
Public Function TableEdit (Name As String, TaskTable As Boolean, Optional Create As Object, Optional OverwriteExisting As Object, Optional NewName As Object, Optional FieldName As Object, Optional NewFieldName As Object, Optional Title As Object, Optional Width As Object, Optional Align As Object, Optional ShowInMenu As Object, Optional LockFirstColumn As Object, Optional DateFormat As Object, Optional RowHeight As Object, Optional ColumnPosition As Object, Optional AlignTitle As Object, Optional HeaderAutoRowHeightAdjustment As Object, Optional HeaderTextWrap As Object) As Boolean
Parameters
- Name
- String
- TaskTable
- Boolean
- Create
- Object
- OverwriteExisting
- Object
- NewName
- Object
- FieldName
- Object
- NewFieldName
- Object
- Title
- Object
- Width
- Object
- Align
- Object
- ShowInMenu
- Object
- LockFirstColumn
- Object
- DateFormat
- Object
- RowHeight
- Object
- ColumnPosition
- Object
- AlignTitle
- Object
- HeaderAutoRowHeightAdjustment
- Object
- HeaderTextWrap
- Object