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