バージョン

GanttGridCell コンストラクタ

新しい GanttGridCell を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal task As IProjectTask, _
   ByVal columnKey As String _
)
public GanttGridCell( 
   IProjectTask task,
   string columnKey
)

パラメータ

task
関連付けられたタスク
columnKey
セルが代表する列を示す ProjectColumnDefinition のキー。
参照