Spread WPF 18
GrapeCity.Spreadsheet.Printing Namespace / PrintingContext Class / Pop Method


In This Topic
    Pop Method
    In This Topic
    Pops the last operation that was pushed onto the drawing context.
    Syntax
    'Declaration
     
    Public Sub Pop() 
    'Usage
     
    Dim instance As PrintingContext
     
    instance.Pop()
    public void Pop()
    See Also