Skip to main content

TdxSpreadSheetCellDataFormat.Format(Variant,TdxSpreadSheetCellDataType,TdxSpreadSheetNumberFormatResult) Method

Prepares the specified value to be displayed by a cell object.

Declaration

procedure Format(const AValue: Variant; AValueType: TdxSpreadSheetCellDataType; var AResult: TdxSpreadSheetNumberFormatResult);

Parameters

Name Type
AValue Variant
AValueType TdxSpreadSheetCellDataType
AResult TdxSpreadSheetNumberFormatResult

Remarks

Normally, the Format procedure supports the internal infrastructure and is not intended to be used directly from your code.

See Also