Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead Interface / ExcelSetCalcCount Method
Sheet index


In This Topic
ExcelSetCalcCount Method
In This Topic
CALCCOUNT - Excel Biff Record
Syntax
'Declaration
 
Function ExcelSetCalcCount( _
   ByVal sheet As Short, _
   ByVal iterCount As Integer _
) As Boolean
 
'Usage
 
Dim instance As IExcelBiffRead
Dim sheet As Short
Dim iterCount As Integer
Dim value As Boolean
 
value = instance.ExcelSetCalcCount(sheet, iterCount)

Parameters

sheet
Sheet index
iterCount
See Also