Style.BaseStyle Property
Returns or sets an existing style on which you can base the formatting of another style. Read/write Object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property BaseStyle As Object
Get
Set
'Usage
Dim instance As Style
Dim value As Object
value = instance.BaseStyle
instance.BaseStyle = value
Object BaseStyle { get; set; }
Property Value
Type: System.Object
Remarks
To set this property, specify either the local name of the base style, an integer or a WdBuiltinStyle constant, or an object that represents the base style.