Share via


BackstageTab.SecondColumnMaxWidth Property

secondColumnMaxWidth.Represents the attribte in schema: secondColumnMaxWidth

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

Syntax

'Declaration
<SchemaAttrAttribute(, "secondColumnMaxWidth")> _
Public Property SecondColumnMaxWidth As IntegerValue
    Get
    Set
'Usage
Dim instance As BackstageTab
Dim value As IntegerValue

value = instance.SecondColumnMaxWidth

instance.SecondColumnMaxWidth = value
[SchemaAttrAttribute(, "secondColumnMaxWidth")]
public IntegerValue SecondColumnMaxWidth { get; set; }

Property Value

Type: DocumentFormat.OpenXml.IntegerValue

See Also

Reference

BackstageTab Class

BackstageTab Members

DocumentFormat.OpenXml.Office2010.CustomUI Namespace