Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite Interface / ExcelGetIteration Method
Sheet index
Number of iterations


In This Topic
    ExcelGetIteration Method
    In This Topic
    Gets the number of iterations for exporting to Excel BIFF file.
    Syntax
    'Declaration
     
    
    Function ExcelGetIteration( _
       ByVal sheet As Short, _
       ByRef iteration As Short _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffWrite
    Dim sheet As Short
    Dim iteration As Short
    Dim value As Boolean
     
    value = instance.ExcelGetIteration(sheet, iteration)
    bool ExcelGetIteration( 
       short sheet,
       ref short iteration
    )

    Parameters

    sheet
    Sheet index
    iteration
    Number of iterations
    See Also