TdxSpreadSheetCell.GetAsVariant Method
Returns the cell object’s stored data as a Variant value.
Declaration
function GetAsVariant: Variant; virtual;
Returns
Type |
---|
Variant |
Remarks
This function is accessible via the IdxSpreadSheetCellData interface and is called internally by the ExpressSpreadSheet formula engine to obtain cell values from ExpressSpreadSheet and ExpressQuantumGrid Views.
The GetAsVariant function is a getter of the AsVariant property.
See Also