IQuoteTableCellValue Property |
Gets or sets the value.
Namespace: Scripting.QuoteTablesAssembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxObject Value { get; set; }Property Value As Object
Get
Set
property Object^ Value {
Object^ get ();
void set (Object^ value);
}function get_Value();
function set_Value(value);
No code example is currently available or this language may not be supported.
Property Value
Object
The value.
Implements
IQuoteTableCellBaseValue
Exceptions| Exception | Condition |
|---|
| ValidationException | Thrown when setting an invalid value. |
See Also