RevisionFormat.RowOrColumnAffected Property

Row or Column Formatting Change.Represents the attribte in schema: xfDxf

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

Syntax

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

value = instance.RowOrColumnAffected

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

RevisionFormat Class

RevisionFormat Members

DocumentFormat.OpenXml.Spreadsheet Namespace