CellType.StyleIndex Property

Style Index.Represents the attribte in schema: s

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

Syntax

'Declaration
<SchemaAttrAttribute(, "s")> _
Public Property StyleIndex As UInt32Value
    Get
    Set
'Usage
Dim instance As CellType
Dim value As UInt32Value

value = instance.StyleIndex

instance.StyleIndex = value
[SchemaAttrAttribute(, "s")]
public UInt32Value StyleIndex { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value

See Also

Reference

CellType Class

CellType Members

DocumentFormat.OpenXml.Spreadsheet Namespace