DynamicMenuRegular.InsertBeforeMso Property
insertBeforeMso.Represents the attribte in schema: insertBeforeMso
Namespace: DocumentFormat.OpenXml.Office2010.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "insertBeforeMso")> _
Public Property InsertBeforeMso As StringValue
Get
Set
'Применение
Dim instance As DynamicMenuRegular
Dim value As StringValue
value = instance.InsertBeforeMso
instance.InsertBeforeMso = value
[SchemaAttrAttribute(, "insertBeforeMso")]
public StringValue InsertBeforeMso { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue