Spread WPF 17
GrapeCity.Excel Namespace / IExcelWriter Interface / GetCalculationProperty Method


In This Topic
    GetCalculationProperty Method
    In This Topic
    Gets the current workbook calculation property.
    Syntax
    'Declaration
     
    Function GetCalculationProperty() As ICalculationProperty
    'Usage
     
    Dim instance As IExcelWriter
    Dim value As ICalculationProperty
     
    value = instance.GetCalculationProperty()
    ICalculationProperty GetCalculationProperty()

    Return Value

    An ICalculationProperty instances represent current calculation property
    See Also