次の方法で共有


ToggleButton.InsertBeforeQ Property

insertBeforeQ.Represents the attribte in schema: insertBeforeQ

Namespace: DocumentFormat.OpenXml.Office.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
<SchemaAttrAttribute(, "insertBeforeQ")> _
Public Property InsertBeforeQ As StringValue
    Get
    Set
'使用
Dim instance As ToggleButton
Dim value As StringValue

value = instance.InsertBeforeQ

instance.InsertBeforeQ = value
[SchemaAttrAttribute(, "insertBeforeQ")]
public StringValue InsertBeforeQ { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue

See Also

Reference

ToggleButton Class

ToggleButton Members

DocumentFormat.OpenXml.Office.CustomUI Namespace