Scenarios.Current Property

Definition

Current Scenario

Represents the following attribute in the schema: current

[DocumentFormat.OpenXml.SchemaAttr(0, "current")]
public DocumentFormat.OpenXml.UInt32Value Current { get; set; }
public DocumentFormat.OpenXml.UInt32Value Current { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "current")]
public DocumentFormat.OpenXml.UInt32Value? Current { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("current")]
public DocumentFormat.OpenXml.UInt32Value? Current { get; set; }
public DocumentFormat.OpenXml.UInt32Value? Current { get; set; }
member this.Current : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "current")>]
member this.Current : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("current")>]
member this.Current : DocumentFormat.OpenXml.UInt32Value with get, set
Public Property Current As UInt32Value

Property Value

Returns UInt32Value.

Attributes

Applies to