RevisionFormat.StyleAffected Property

Style.Represents the attribte in schema: s

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

Syntax

'Declaration
<SchemaAttrAttribute(, "s")> _
Public Property StyleAffected As BooleanValue
    Get
    Set
'Usage
Dim instance As RevisionFormat
Dim value As BooleanValue

value = instance.StyleAffected

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

RevisionFormat Class

RevisionFormat Members

DocumentFormat.OpenXml.Spreadsheet Namespace