Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelFileHandler Class / XmlRead Property


In This Topic
    XmlRead Property
    In This Topic
    Sets the XML read.
    Syntax
    'Declaration
     
    
    Public WriteOnly Property XmlRead As IExcelRead
    'Usage
     
    
    Dim instance As ExcelFileHandler
     
    instance.XmlRead = value
    public IExcelRead XmlRead {set;}

    Property Value

    The XML read.
    See Also