OfficeMathArgumentType.ArgumentProperties Property
Argument Properties.Represents the element tag in schema: m:argPr
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property ArgumentProperties As ArgumentProperties
Get
Set
'使用
Dim instance As OfficeMathArgumentType
Dim value As ArgumentProperties
value = instance.ArgumentProperties
instance.ArgumentProperties = value
public ArgumentProperties ArgumentProperties { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Math.ArgumentProperties