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