Microsoft SDK for Java

getNull

This method of the Variant Class verifies that the variant type is VT_NULL. This method has no other purpose; there is no value associated with a null Variant.

Syntax

public void getNull();

Exceptions

ClassCastException if the variant type is not VT_NULL.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.