Styles.Add(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.