Поделиться через


Scenario.User Property

User Name.Represents the attribte in schema: user

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

Syntax

'Declaration
<SchemaAttrAttribute(, "user")> _
Public Property User As StringValue
    Get
    Set
'Usage
Dim instance As Scenario
Dim value As StringValue

value = instance.User

instance.User = value
[SchemaAttrAttribute(, "user")]
public StringValue User { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Scenario Class

Scenario Members

DocumentFormat.OpenXml.Spreadsheet Namespace