RevisionCellChange.RowColumnFormattingAffected Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Row Column Formatting Change
Represents the following attribute in the schema: xfDxf
[DocumentFormat.OpenXml.SchemaAttr(0, "xfDxf")]
public DocumentFormat.OpenXml.BooleanValue RowColumnFormattingAffected { get; set; }
public DocumentFormat.OpenXml.BooleanValue RowColumnFormattingAffected { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "xfDxf")]
public DocumentFormat.OpenXml.BooleanValue? RowColumnFormattingAffected { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("xfDxf")]
public DocumentFormat.OpenXml.BooleanValue? RowColumnFormattingAffected { get; set; }
public DocumentFormat.OpenXml.BooleanValue? RowColumnFormattingAffected { get; set; }
member this.RowColumnFormattingAffected : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "xfDxf")>]
member this.RowColumnFormattingAffected : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("xfDxf")>]
member this.RowColumnFormattingAffected : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property RowColumnFormattingAffected As BooleanValue
Property Value
Returns BooleanValue.
- Attributes