Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead Interface / ExcelSetXF Method


In This Topic
    ExcelSetXF Method
    In This Topic
    ExcelSetXF - Excel Biff
    Syntax
    'Declaration
     
    
    Function ExcelSetXF( _
       ByVal xf As IExcelXF _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffRead
    Dim xf As IExcelXF
    Dim value As Boolean
     
    value = instance.ExcelSetXF(xf)
    bool ExcelSetXF( 
       IExcelXF xf
    )

    Parameters

    xf
    See Also