Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / StyleCollection Class / Item Property / Item(BuiltInStyleId) Property
The BuiltInStyleId value that specifies the built in style to retrieve.

In This Topic
    Item(BuiltInStyleId) Property
    In This Topic
    Gets a built-in style by its locale independent identifier.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal id As BuiltInStyleId _
    ) As Style
    public Style Item( 
       BuiltInStyleId id
    ) {get;}

    Parameters

    id
    The BuiltInStyleId value that specifies the built in style to retrieve.

    Property Value

    The built-in style.
    See Also