Construction Methods
| Method | Description | |
|---|---|---|
| COleVariant | Constructs a COleVariant object. | |
Operations Methods
| Method | Description | |
|---|---|---|
| Attach | Attaches a VARIANT to a COleVariant object. | |
| ChangeType | Changes the variant type of this COleVariant object. | |
| Clear | Clears this COleVariant object. | |
| SetString | Sets a string to either Unicode or ASCII. | |
| Detach | Detaches a VARIANT from a COleVariant object and returns the VARIANT. | |