Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableColumnCollection Interface / Item Property / Item(String) Property
Name of the ITableColumn item


In This Topic
    Item(String) Property
    In This Topic
    Gets an ITableColumn item by name.
    Syntax
    'Declaration
     
    
    Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As ITableColumn
    'Usage
     
    
    Dim instance As ITableColumnCollection
    Dim name As String
    Dim value As ITableColumn
     
    value = instance.Item(name)
    ITableColumn Item( 
       string name
    ) {get;}

    Parameters

    name
    Name of the ITableColumn item

    Property Value

    An instance of the ITableColumn item
    See Also