Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / BuiltInCommands Class / CalculateWorksheets Field


In This Topic
    CalculateWorksheets Field
    In This Topic
    [F9] Calculate all worksheets in all open workbooks. [Shift-F9] Calculate the active worksheet only.
    Syntax
    'Declaration
     
    Public Shared ReadOnly CalculateWorksheets As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.CalculateWorksheets
    public static readonly SpreadCommand CalculateWorksheets
    Remarks
    If the command parameter is true, calculate the active worksheet only.
    See Also