WorksheetSource.Sheet Property

Sheet Name.Represents the attribte in schema: sheet

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

Syntax

'Declaration
<SchemaAttrAttribute(, "sheet")> _
Public Property Sheet As StringValue
    Get
    Set
'Usage
Dim instance As WorksheetSource
Dim value As StringValue

value = instance.Sheet

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

WorksheetSource Class

WorksheetSource Members

DocumentFormat.OpenXml.Spreadsheet Namespace