Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Collections Namespace / ColumnList Class / GetColumnAtVisibleIndex Method
The visible index at which to retrieve the column.


In This Topic
    GetColumnAtVisibleIndex Method
    In This Topic
    Retrieves a reference to the column at the specified visible index.
    Syntax
    'Declaration
     
    Public Function GetColumnAtVisibleIndex( _
       ByVal visibleIndex As Integer _
    ) As Column
    'Usage
     
    Dim instance As ColumnList
    Dim visibleIndex As Integer
    Dim value As Column
     
    value = instance.GetColumnAtVisibleIndex(visibleIndex)
    public Column GetColumnAtVisibleIndex( 
       int visibleIndex
    )

    Parameters

    visibleIndex
    The visible index at which to retrieve the column.

    Return Value

    A reference to a Xceed.Grid.Column object at the specified visible index.
    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