SheetView.ShowOutlineSymbols Property

Show Outline Symbols.Represents the attribte in schema: showOutlineSymbols

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

Syntax

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

value = instance.ShowOutlineSymbols

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

SheetView Class

SheetView Members

DocumentFormat.OpenXml.Spreadsheet Namespace