XSLTransforms.Add(String, Object, Boolean) 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 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.