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