Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite2 Interface / ExcelGetDelta Method
Sheet index
Delta


In This Topic
    ExcelGetDelta Method (IExcelBiffWrite2)
    In This Topic
    Gets the delta for exporting to Excel BIFF file.
    Syntax
    'Declaration
     
    
    Function ExcelGetDelta( _
       ByVal sheet As Short, _
       ByRef delta As Double _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffWrite2
    Dim sheet As Short
    Dim delta As Double
    Dim value As Boolean
     
    value = instance.ExcelGetDelta(sheet, delta)
    bool ExcelGetDelta( 
       short sheet,
       ref double delta
    )

    Parameters

    sheet
    Sheet index
    delta
    Delta
    See Also