[]
        
(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
System.ValueType.Equals(object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()

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

System.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