Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyleCollection Class / Item(Int32) Property
Index of the style in the collection


In This Topic
    Item(Int32) Property
    In This Topic
    Gets or sets the style (NamedStyle object) at the specified index in the collection.
    Syntax
    'Declaration
     
    
    Public Overridable Property Item( _
       ByVal index As Integer _
    ) As NamedStyle
    'Usage
     
    
    Dim instance As NamedStyleCollection
    Dim index As Integer
    Dim value As NamedStyle
     
    instance.Item(index) = value
     
    value = instance.Item(index)
    public virtual NamedStyle Item( 
       int index
    ) {get; set;}

    Parameters

    index
    Index of the style in the collection
    Exceptions
    ExceptionDescription
    Specified index is not valid
    No value specified; cannot set a member to null
    See Also