Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintMessageBoxEventArgs Class / Id Property


In This Topic
    Id Property (PrintMessageBoxEventArgs)
    In This Topic
    Gets the print job identifier.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Id As Integer
    'Usage
     
    
    Dim instance As PrintMessageBoxEventArgs
    Dim value As Integer
     
    value = instance.Id
    public int Id {get;}
    See Also