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


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

    Parameters

    displayableIndex
    The displayable index at which to retrieve the column.

    Return Value

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