Styles.Add(String, Object) Method

Definition

Returns a Style object that represents a new user-defined style added to the list of styles.

public Microsoft.Office.Interop.Word.Style Add (string Name, ref object Type);
abstract member Add : string * obj -> Microsoft.Office.Interop.Word.Style
Public Function Add (Name As String, Optional ByRef Type As Object) As Style

Parameters

Name
String

Required String. The string name for the new style.

Type
Object

Optional Object. The style type of the new style. Can be one of the following WdStyleType constants: wdStyleTypeParagraph, wdStyleTypeCharacter, wdStyleTypeList, or wdStyleTypeTable.

Returns

Applies to