Stylesheet.DifferentialFormats Property

Formats.Represents the element tag in schema: x:dxfs

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

Syntax

'Declaration
Public Property DifferentialFormats As DifferentialFormats
    Get
    Set
'Usage
Dim instance As Stylesheet
Dim value As DifferentialFormats

value = instance.DifferentialFormats

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats
Returns DifferentialFormats.

See Also

Reference

Stylesheet Class

Stylesheet Members

DocumentFormat.OpenXml.Spreadsheet Namespace