Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / TocStyleLevelCollection Class / Item Property
The style name.

In This Topic
    Item Property (TocStyleLevelCollection)
    In This Topic
    Gets the TocStyleLevel associated with a specified style name.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal name As System.String _
    ) As TocStyleLevel
    public TocStyleLevel this[ 
       System.string name
    ]; {get;}

    Parameters

    name
    The style name.

    Property Value

    The TocStyleLevel associated with name.
    See Also