Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / StyleCollection Class / Item Property / Item(Int32) Property
The index of a style index in the collection.

In This Topic
    Item(Int32) Property
    In This Topic
    Gets a style by its index.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal index As System.Integer _
    ) As Style
    public Style Item( 
       System.int index
    ) {get;}

    Parameters

    index
    The index of a style index in the collection.

    Property Value

    The style with the specified index.
    See Also