_Global.BoxCellEditEx Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public bool BoxCellEditEx (string Name, Microsoft.Office.Interop.MSProject.PjCell Cell, Microsoft.Office.Interop.MSProject.PjField FieldName = (Microsoft.Office.Interop.MSProject.PjField) -1, object Font, object FontSize, object FontColor, object Bold, object Italic, object Underline, Microsoft.Office.Interop.MSProject.PjAlignment HorizontalAlignment = (Microsoft.Office.Interop.MSProject.PjAlignment) -1, Microsoft.Office.Interop.MSProject.PjVerticalAlignment VerticalAlignment = (Microsoft.Office.Interop.MSProject.PjVerticalAlignment) -1, object TextLineLimit, object ShowLabel, object Label, Microsoft.Office.Interop.MSProject.PjDateFormat DateFormat = (Microsoft.Office.Interop.MSProject.PjDateFormat) -1);
abstract member BoxCellEditEx : string * Microsoft.Office.Interop.MSProject.PjCell * Microsoft.Office.Interop.MSProject.PjField * obj * obj * obj * obj * obj * obj * Microsoft.Office.Interop.MSProject.PjAlignment * Microsoft.Office.Interop.MSProject.PjVerticalAlignment * obj * obj * obj * Microsoft.Office.Interop.MSProject.PjDateFormat -> bool
Public Function BoxCellEditEx (Name As String, Cell As PjCell, Optional FieldName As PjField = (Microsoft.Office.Interop.MSProject.PjField) -1, Optional Font As Object, Optional FontSize As Object, Optional FontColor As Object, Optional Bold As Object, Optional Italic As Object, Optional Underline As Object, Optional HorizontalAlignment As PjAlignment = (Microsoft.Office.Interop.MSProject.PjAlignment) -1, Optional VerticalAlignment As PjVerticalAlignment = (Microsoft.Office.Interop.MSProject.PjVerticalAlignment) -1, Optional TextLineLimit As Object, Optional ShowLabel As Object, Optional Label As Object, Optional DateFormat As PjDateFormat = (Microsoft.Office.Interop.MSProject.PjDateFormat) -1) As Boolean
Parameter
- Name
- String
- Cell
- PjCell
- FieldName
- PjField
- Font
- Object
- FontSize
- Object
- FontColor
- Object
- Bold
- Object
- Italic
- Object
- Underline
- Object
- HorizontalAlignment
- PjAlignment
- VerticalAlignment
- PjVerticalAlignment
- TextLineLimit
- Object
- ShowLabel
- Object
- Label
- Object
- DateFormat
- PjDateFormat