VTClipboardData.Size Property
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 VTClipboardData
Dim value As UInt32Value
value = instance.Size
instance.Size = value
[SchemaAttrAttribute(, "size")]
public UInt32Value Size { get; set; }
Property Value
Type: DocumentFormat.OpenXml.UInt32Value