[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Storage.Variant

Struct Variant

Namespace
GrapeCity.Documents.DX.Storage
Assembly
GcDocs.DX.Windows.dll

Variant COM.

public struct Variant
Inherited Members

Properties

ElementType

Gets the type of the element.

[CLSCompliant(false)]
public VariantElementType ElementType { get; set; }

Property Value

VariantElementType

The type of the element.

PrimitiveType

Gets the primitive Type.

public Type PrimitiveType { get; }

Property Value

Type

Type

Gets the type.

[CLSCompliant(false)]
public VariantType Type { get; set; }

Property Value

VariantType

Value

Gets or sets the value.

public object Value { get; set; }

Property Value

object