RevisionFormat.DifferentialFormat Property

Formatting.Represents the element tag in schema: x:dxf

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

Syntax

'Declaration
Public Property DifferentialFormat As DifferentialFormat
    Get
    Set
'Usage
Dim instance As RevisionFormat
Dim value As DifferentialFormat

value = instance.DifferentialFormat

instance.DifferentialFormat = value
public DifferentialFormat DifferentialFormat { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat
Returns DifferentialFormat.

See Also

Reference

RevisionFormat Class

RevisionFormat Members

DocumentFormat.OpenXml.Spreadsheet Namespace