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