DataReference.Sheet Property
Sheet Name.Represents the attribte in schema: sheet
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "sheet")> _
Public Property Sheet As StringValue
Get
Set
'Применение
Dim instance As DataReference
Dim value As StringValue
value = instance.Sheet
instance.Sheet = value
[SchemaAttrAttribute(, "sheet")]
public StringValue Sheet { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue