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

    Parameters

    name
    Specifies the name of an element in the collection.

    Property Value

    Returns IStyle
    See Also