SparklineGroup.First Property
first.Represents the attribte in schema: first
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "first")> _
Public Property First As BooleanValue
Get
Set
'Usage
Dim instance As SparklineGroup
Dim value As BooleanValue
value = instance.First
instance.First = value
[SchemaAttrAttribute(, "first")]
public BooleanValue First { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue