Spread Windows Forms 15.0
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 _
    ) 
    'Usage
     
    
    Dim reader As XmlReader
    Dim depth As Integer
     
    OpenXmlHelper.IgnoreReadingVmlElement(reader, depth)
    public static void IgnoreReadingVmlElement( 
       XmlReader reader,
       int depth
    )

    Parameters

    reader
    depth
    See Also