Stylesheet.CellStyleFormats Property

Formatting Records.Represents the element tag in schema: x:cellStyleXfs

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

Syntax

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

value = instance.CellStyleFormats

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats
Returns CellStyleFormats.

See Also

Reference

Stylesheet Class

Stylesheet Members

DocumentFormat.OpenXml.Spreadsheet Namespace