SheetId.Val Property

Sheet Id.Represents the attribte in schema: val

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

Syntax

'Declaration
<SchemaAttrAttribute(, "val")> _
Public Property Val As UInt32Value
    Get
    Set
'Usage
Dim instance As SheetId
Dim value As UInt32Value

value = instance.Val

instance.Val = value
[SchemaAttrAttribute(, "val")]
public UInt32Value Val { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

SheetId Class

SheetId Members

DocumentFormat.OpenXml.Spreadsheet Namespace