OleItem.Icon Property

Definition

Icon

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

Returns BooleanValue.

Attributes

Applies to