IdxSpreadSheetCellData.AsVariant Property
Returns the stored cell data as a Variant value.
Declaration
property AsVariant: Variant read;
Property Value
Type |
---|
Variant |
Remarks
Use this property to obtain cell data as a Variant value. To identify if a cell has a value and its type, call the IsEmpty and GetDataType functions, respectively.
See Also