FormControlProperties.FirstButton Property
firstButton.Represents the attribte in schema: firstButton
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "firstButton")> _
Public Property FirstButton As BooleanValue
Get
Set
'Usage
Dim instance As FormControlProperties
Dim value As BooleanValue
value = instance.FirstButton
instance.FirstButton = value
[SchemaAttrAttribute(, "firstButton")]
public BooleanValue FirstButton { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue