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