StyleSheet.FullName Property

Specifies the name of a cascading style sheet, including the drive or Web path.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property FullName As String
    Get
'Usage
Dim instance As StyleSheet
Dim value As String

value = instance.FullName
string FullName { get; }

Property Value

Type: System.String

Remarks

Using this property is equivalent to using the Path, PathSeparator, and Name properties in sequence.

See Also

Reference

StyleSheet Interface

StyleSheet Members

Microsoft.Office.Interop.Word Namespace