Scenarios.Show Property

Last Shown Scenario.Represents the attribte in schema: show

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "show")> _
Public Property Show As UInt32Value
    Get
    Set
'Usage
Dim instance As Scenarios
Dim value As UInt32Value

value = instance.Show

instance.Show = value
[SchemaAttrAttribute(, "show")]
public UInt32Value Show { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

Scenarios Class

Scenarios Members

DocumentFormat.OpenXml.Spreadsheet Namespace