Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelRead3 Interface
Members


In This Topic
    IExcelRead3 Interface
    In This Topic
    Interface that supports reading Excel *.xls, *xlsx
    Syntax
    'Declaration
     
    
    Public Interface IExcelRead3 
       Inherits IExcelBiffRead, IExcelRead, IExcelXml 
    'Usage
     
    
    Dim instance As IExcelRead3
    public interface IExcelRead3 : IExcelBiffRead, IExcelRead, IExcelXml  
    See Also