Table of Contents

TCellValue.AsString Method

If the cell contains a string, it returns the string. If not, it raises an Exception. To get a string with whatever value is in the class, use ToString

Syntax

Unit: FlexCel.Core

function TCellValue.AsString: TRichString;

See also