ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / XLPath Class / PopClip Method
The IRendering interface (instead graphics).

In This Topic
    PopClip Method (XLPath)
    In This Topic
    Restore clipping.
    Syntax
    'Declaration
     
    Public Sub PopClip( _
       ByVal rendering As IRendering _
    ) 
    public void PopClip( 
       IRendering rendering
    )

    Parameters

    rendering
    The IRendering interface (instead graphics).
    See Also