Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorksheet Interface / ShowFormulas Property


In This Topic
    ShowFormulas Property (IExcelWorksheet)
    In This Topic
    Gets or sets a value indicating whether this sheet should display formulas.
    Syntax
    'Declaration
     
    Property ShowFormulas As Boolean
    'Usage
     
    Dim instance As IExcelWorksheet
    Dim value As Boolean
     
    instance.ShowFormulas = value
     
    value = instance.ShowFormulas
    bool ShowFormulas {get; set;}
    See Also