AllocatedCommand.CommandIndexBasedOn Property
fciIndexBasedOn.Represents the attribte in schema: wne:fciIndexBasedOn
Namespace: DocumentFormat.OpenXml.Office.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "fciIndexBasedOn")> _
Public Property CommandIndexBasedOn As HexBinaryValue
Get
Set
'Usage
Dim instance As AllocatedCommand
Dim value As HexBinaryValue
value = instance.CommandIndexBasedOn
instance.CommandIndexBasedOn = value
[SchemaAttrAttribute(, "fciIndexBasedOn")]
public HexBinaryValue CommandIndexBasedOn { get; set; }
Property Value
Type: DocumentFormat.OpenXml.HexBinaryValue