Table of Contents

TCellValue.ToString Method

Returns a rich string with whatever the cell value is. If this is an integer or a boolean, it will be converted to a string.

Syntax

Unit: FlexCel.Core

function TCellValue.ToString: TRichString;

See also