Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite Interface / ExcelGetCalcCount Method
Sheet index
Number of automatic calculations


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

    Parameters

    sheet
    Sheet index
    iterCount
    Number of automatic calculations
    See Also