XSLTransforms.Add(String, Object, Boolean) Method

Definition

Returns a XSLTransform object that represents an Extensible Stylesheet Language Transformation (XSLT) added to the collection of XSLTs for a specified schema.

public Microsoft.Office.Interop.Word.XSLTransform Add (string Location, ref object Alias, bool InstallForAllUsers = false);
abstract member Add : string * obj * bool -> Microsoft.Office.Interop.Word.XSLTransform
Public Function Add (Location As String, Optional ByRef Alias As Object, Optional InstallForAllUsers As Boolean = false) As XSLTransform

Parameters

Location
String

Required String. The path and file name of the XSLT. This may be a local file path, a network path, or an Internet address.

Alias
Object

Optional String. The name of the XSLT as it appears in the Schema Library.

InstallForAllUsers
Boolean

Optional Boolean. True if all users that log on to a computer can access and use the new schema. The default is False.

Returns

Applies to