FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / JobName Property


In This Topic
JobName Property
In This Topic
Gets or sets the name of the print job.
Syntax
'Declaration
 
Public Property JobName As String
 
'Usage
 
Dim instance As PrintInfo
Dim value As String
 
instance.JobName = value
 
value = instance.JobName
See Also