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


In This Topic
    ExcelGetIteration Method (IExcelWrite2)
    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 IExcelWrite2
    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