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