Share via


CustomSheetView.OutlineSymbols Property

Show Outline Symbols.Represents the attribte in schema: outlineSymbols

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

Syntax

'Declaration
<SchemaAttrAttribute(, "outlineSymbols")> _
Public Property OutlineSymbols As BooleanValue
    Get
    Set
'Usage
Dim instance As CustomSheetView
Dim value As BooleanValue

value = instance.OutlineSymbols

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

CustomSheetView Class

CustomSheetView Members

DocumentFormat.OpenXml.Spreadsheet Namespace