Share via


CellType.StyleIndex Property

Style Index.Represents the attribte in schema: s

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

Syntax

'宣言
<SchemaAttrAttribute(, "s")> _
Public Property StyleIndex As UInt32Value
    Get
    Set
'使用
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