次の方法で共有


RevisionCellChange.RowColumnFormattingAffected Property

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

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

Syntax

'宣言
<SchemaAttrAttribute(, "xfDxf")> _
Public Property RowColumnFormattingAffected As BooleanValue
    Get
    Set
'使用
Dim instance As RevisionCellChange
Dim value As BooleanValue

value = instance.RowColumnFormattingAffected

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

RevisionCellChange Class

RevisionCellChange Members

DocumentFormat.OpenXml.Spreadsheet Namespace