GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / ColumnCollection Class / IndexOf Method / IndexOf(TaskProperty) Method

In This Topic
    IndexOf(TaskProperty) Method
    In This Topic
    Searches for the specified value of TaskPropertyColumn.Property and returns the zero-based index of the corresponding column.
    Syntax
    'Declaration
     
    Public Overloads Function IndexOf( _
       ByVal property As TaskProperty _
    ) As Integer
    public int IndexOf( 
       TaskProperty property
    )

    Parameters

    property
    See Also