OutlineProperties.ApplyStyles Property

Apply Styles in Outline.Represents the attribte in schema: applyStyles

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

Syntax

'Declaration
<SchemaAttrAttribute(, "applyStyles")> _
Public Property ApplyStyles As BooleanValue
    Get
    Set
'Usage
Dim instance As OutlineProperties
Dim value As BooleanValue

value = instance.ApplyStyles

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

OutlineProperties Class

OutlineProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace