Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / OpenXmlHelper Class / IgnoreReadingVmlElement Method


In This Topic
    IgnoreReadingVmlElement Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub IgnoreReadingVmlElement( _
       ByVal reader As XmlReader, _
       ByVal depth As Integer, _
       Optional ByVal catchError As Boolean _
    ) 
    'Usage
     
    
    Dim reader As XmlReader
    Dim depth As Integer
    Dim catchError As Boolean
     
    OpenXmlHelper.IgnoreReadingVmlElement(reader, depth, catchError)
    public static void IgnoreReadingVmlElement( 
       XmlReader reader,
       int depth,
       bool catchError
    )

    Parameters

    reader
    depth
    catchError
    See Also