Share via


OleItem.Icon Property

Definition

icon, this property is only available in Office 2010 and later.

Represents the following attribute in the schema: icon

[DocumentFormat.OpenXml.SchemaAttr(0, "icon")]
public DocumentFormat.OpenXml.BooleanValue Icon { get; set; }
public DocumentFormat.OpenXml.BooleanValue Icon { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "icon")]
public DocumentFormat.OpenXml.BooleanValue? Icon { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("icon")]
public DocumentFormat.OpenXml.BooleanValue? Icon { get; set; }
public DocumentFormat.OpenXml.BooleanValue? Icon { get; set; }
member this.Icon : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "icon")>]
member this.Icon : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("icon")>]
member this.Icon : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property Icon As BooleanValue

Property Value

Attributes

Applies to