ComponentOne GanttView for WinForms
ResetItem Method (TaskCollection)

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > TaskCollection Class : ResetItem Method
The zero-based index of the item that has changed.
Causes a control bound to the collection to reread the item at the specified index, and refresh its displayed value.
Syntax
'Declaration
 
Public Sub ResetItem( _
   ByVal position As System.Integer _
) 
public void ResetItem( 
   System.int position
)

Parameters

position
The zero-based index of the item that has changed.
See Also

Reference

TaskCollection Class
TaskCollection Members