Open Method
Description
The Open Function activates the Label template stored in the file FileName. If the template file does not exist, nothing happens.
Syntax
Visual Basic |
---|
Public Function Open( _ ByVal FileName As String _ ) As LabelTemplate |
Parameters
- FileName
- Required String. The file name of the LabelTemplate to open.
Return Type
LabelTemplate object. If the template does not exist, the function returns Nothing.
Remarks
The Open Function activates the Label template stored in the file FileName. If the template file does not exist, nothing happens.
See Also