VTVector.Size Property

Vector Size.Represents the attribte in schema: size

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

Syntax

'Declaration
<SchemaAttrAttribute(, "size")> _
Public Property Size As UInt32Value
    Get
    Set
'Usage
Dim instance As VTVector
Dim value As UInt32Value

value = instance.Size

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

VTVector Class

VTVector Members

DocumentFormat.OpenXml.VariantTypes Namespace