Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpSpreadXmlNodeReader Class / FpSpreadXmlNodeReader Constructor


In This Topic
    FpSpreadXmlNodeReader Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal node As XmlNode _
    )
    'Usage
     
    
    Dim node As XmlNode
     
    Dim instance As New FpSpreadXmlNodeReader(node)
    public FpSpreadXmlNodeReader( 
       XmlNode node
    )

    Parameters

    node
    See Also