Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / StyleCollection Class / SetDefaultStyle Method
The style type.
The style to set as the default.

In This Topic
    SetDefaultStyle Method
    In This Topic
    Sets the style that is applied to objects that do not explicitly specify a style.
    Syntax
    'Declaration
     
    Public Sub SetDefaultStyle( _
       ByVal type As StyleType, _
       ByVal style As Style _
    ) 
    public void SetDefaultStyle( 
       StyleType type,
       Style style
    )

    Parameters

    type
    The style type.
    style
    The style to set as the default.
    See Also