Parameter.String Property

String.Represents the attribte in schema: string

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

Syntax

'Declaration
<SchemaAttrAttribute(, "string")> _
Public Property String As StringValue
    Get
    Set
'Usage
Dim instance As Parameter
Dim value As StringValue

value = instance.String

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Parameter Class

Parameter Members

DocumentFormat.OpenXml.Spreadsheet Namespace