Difference between revisions of "CARenderingStyle::NumberAsText"

(Created page with "<< Back to CARenderingStyle = property bool NumberAsText = == Data type == Boolean == Access == read/write = Usage = deftab.CATable::RenderingSt...")
 
Line 2: Line 2:
  
 
= property bool NumberAsText =
 
= property bool NumberAsText =
 +
 +
Controls whether numeric results or numeric table cell definitions are returned as floating point
 +
numbers or as formatted strings. When true, the number format for the current object controls
 +
how the number is formatted as a string (except that the [[CARenderingStyle::FullPrecision|FullPrecision]] property can override the
 +
number of digits in the number format).
  
 
== Data type ==
 
== Data type ==

Revision as of 04:35, 13 May 2015

<< Back to CARenderingStyle

property bool NumberAsText

Controls whether numeric results or numeric table cell definitions are returned as floating point numbers or as formatted strings. When true, the number format for the current object controls how the number is formatted as a string (except that the FullPrecision property can override the number of digits in the number format).

Data type

Boolean

Access

read/write

Usage

deftab.RenderingStyle.NumberAsText = true

See Also

Comments


You are not allowed to post comments.