SheetView.ShowFormulas Property

Show Formulas.Represents the attribte in schema: showFormulas

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "showFormulas")> _
Public Property ShowFormulas As BooleanValue
    Get
    Set
'Usage
Dim instance As SheetView
Dim value As BooleanValue

value = instance.ShowFormulas

instance.ShowFormulas = value
[SchemaAttrAttribute(, "showFormulas")]
public BooleanValue ShowFormulas { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

SheetView Class

SheetView Members

DocumentFormat.OpenXml.Spreadsheet Namespace