Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultStyleCollection Class / Item Property


In This Topic
    Item Property (DefaultStyleCollection)
    In This Topic
    Gets or sets the NamedStyle object at the specified index.
    Syntax
    'Declaration
     
    
    Public Default Property Item( _
       ByVal index As Integer _
    ) As NamedStyle
    'Usage
     
    
    Dim instance As DefaultStyleCollection
    Dim index As Integer
    Dim value As NamedStyle
     
    instance.Item(index) = value
     
    value = instance.Item(index)
    public NamedStyle this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    See Also