ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / RowDisplayColumnCollection Class / Remove Method

In This Topic
    Remove Method (RowDisplayColumnCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal columnName As System.String _
    ) 
    public void Remove( 
       System.string columnName
    )

    Parameters

    columnName
    See Also