Spread WinForms 15
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)

Parameters

sheet
Sheet index
iteration
Number of iterations
See Also