IQuoteTableCellBaseDisplayValue Property |
Gets the value as displayed to user.
If column type is Date this value will be in user date format and time zone
If column type is money or number it will follow rounding and precision settings for default column types,
and it value will be formated in user number format.
Namespace: Scripting.QuoteTablesAssembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxObject DisplayValue { get; }ReadOnly Property DisplayValue As Object
Get
property Object^ DisplayValue {
Object^ get ();
}function get_DisplayValue();
No code example is currently available or this language may not be supported.
Property Value
Object
The display value.
See Also