ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / TreeColumnCollection Class / Remove Method

In This Topic
    Remove Method (TreeColumnCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Remove( _
       ByVal item As GridColumn _
    ) As System.Boolean
    public System.bool Remove( 
       GridColumn item
    )

    Parameters

    item
    See Also