Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeListColumnCollection Class / GetColumnByName Method / GetColumnByName(String,Boolean) Method
The name to search for.
True if a case-sensitive search should be performed, false otherwise.


In This Topic
    GetColumnByName(String,Boolean) Method
    In This Topic
    Retrieves the column with the specified name.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetColumnByName( _
       ByVal name As System.String, _
       ByVal caseSensitive As System.Boolean _
    ) As NTreeListColumn
    'Usage
     
    
    Dim instance As NTreeListColumnCollection
    Dim name As System.String
    Dim caseSensitive As System.Boolean
    Dim value As NTreeListColumn
     
    value = instance.GetColumnByName(name, caseSensitive)
    public NTreeListColumn GetColumnByName( 
       System.string name,
       System.bool caseSensitive
    )

    Parameters

    name
    The name to search for.
    caseSensitive
    True if a case-sensitive search should be performed, false otherwise.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also