Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IStyleCollection Interface / Item Property / Item(Int32) Property
Specifies the index of an element in the collection.
In This Topic
    Item(Int32) Property
    In This Topic
    Returns the IStyle object from a collection.
    Syntax
    IStyle Item( 
       System.int index
    ) {get;}

    Parameters

    index
    Specifies the index of an element in the collection.

    Property Value

    Returns IStyle
    See Also