Share via


Scenarios.Current Property

Current Scenario.Represents the attribte in schema: current

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

Syntax

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

value = instance.Current

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

Scenarios Class

Scenarios Members

DocumentFormat.OpenXml.Spreadsheet Namespace