Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DefaultStyleCollection Class / Item Property
Index of the style in the collection
Example


In This Topic
    Item Property (DefaultStyleCollection)
    In This Topic
    Gets or sets the NamedStyle object at the specified index in the collection.
    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
    Index of the style in the collection

    Property Value

    NamedStyle object containing the style
    Example
    See Also