Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead Interface / ExcelSetCalcCount Method
Sheet index


In This Topic
    ExcelSetCalcCount Method (IExcelBiffRead)
    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)
    bool ExcelSetCalcCount( 
       short sheet,
       int iterCount
    )

    Parameters

    sheet
    Sheet index
    iterCount
    See Also