IdxSpreadSheetCellData.GetAsVariant Method
Returns the stored cell data as a Variant value.
Declaration
function GetAsVariant: Variant;
Returns
Type |
---|
Variant |
Remarks
This function works similar to GetAsFloat but can obtain the stored cell value of any supported type. To identify the actual value type, you can call the GetDataType function or use the DataType property.
The GetAsVariant is a getter of the AsVariant property.
See Also