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