GlobalClass.BoxCellEdit 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 virtual bool BoxCellEdit (string Name, Microsoft.Office.Interop.MSProject.PjCell Cell, Microsoft.Office.Interop.MSProject.PjField FieldName = (Microsoft.Office.Interop.MSProject.PjField) -1, object Font, object FontSize, Microsoft.Office.Interop.MSProject.PjColor FontColor = (Microsoft.Office.Interop.MSProject.PjColor) -1, 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 BoxCellEdit : string * Microsoft.Office.Interop.MSProject.PjCell * Microsoft.Office.Interop.MSProject.PjField * obj * obj * Microsoft.Office.Interop.MSProject.PjColor * obj * obj * obj * Microsoft.Office.Interop.MSProject.PjAlignment * Microsoft.Office.Interop.MSProject.PjVerticalAlignment * obj * obj * obj * Microsoft.Office.Interop.MSProject.PjDateFormat -> bool
override this.BoxCellEdit : string * Microsoft.Office.Interop.MSProject.PjCell * Microsoft.Office.Interop.MSProject.PjField * obj * obj * Microsoft.Office.Interop.MSProject.PjColor * obj * obj * obj * Microsoft.Office.Interop.MSProject.PjAlignment * Microsoft.Office.Interop.MSProject.PjVerticalAlignment * obj * obj * obj * Microsoft.Office.Interop.MSProject.PjDateFormat -> bool
Public Overridable Function BoxCellEdit (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 PjColor = (Microsoft.Office.Interop.MSProject.PjColor) -1, 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
- PjColor
- Bold
- Object
- Italic
- Object
- Underline
- Object
- HorizontalAlignment
- PjAlignment
- VerticalAlignment
- PjVerticalAlignment
- TextLineLimit
- Object
- ShowLabel
- Object
- Label
- Object
- DateFormat
- PjDateFormat