Spread Windows Forms 15.0
FarPoint.Excel Assembly / Microsoft.Xml.Serialization.GeneratedAssembly Namespace / XmlSerializationWriterCT_Worksheet Class / XmlWriter Property


In This Topic
    XmlWriter Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property XmlWriter As XmlWriter
    'Usage
     
    
    Dim instance As XmlSerializationWriterCT_Worksheet
    Dim value As XmlWriter
     
    instance.XmlWriter = value
     
    value = instance.XmlWriter
    public XmlWriter XmlWriter {get; set;}
    See Also