Share via


SparklineGroup.First Property

Definition

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

Represents the following attribute in the schema: first

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

Property Value

Attributes

Applies to