SortCondition.IconId Property

Icon Id.Represents the attribte in schema: iconId

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

Syntax

'Declaration
<SchemaAttrAttribute(, "iconId")> _
Public Property IconId As UInt32Value
    Get
    Set
'Usage
Dim instance As SortCondition
Dim value As UInt32Value

value = instance.IconId

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

SortCondition Class

SortCondition Members

DocumentFormat.OpenXml.Spreadsheet Namespace