Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / StyleCollection Class / Item Property / Item(String) Property
A style name or alias.

In This Topic
    Item(String) Property
    In This Topic
    Gets a style by name or alias.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal name As System.String _
    ) As Style
    public Style Item( 
       System.string name
    ) {get;}

    Parameters

    name
    A style name or alias.

    Property Value

    The style with the specified name or alias.
    See Also