IQuoteTableRowBaseItem Property |
Gets the column value
Namespace: Scripting.QuoteTablesAssembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxObject this[
string columnName
] { get; }ReadOnly Default Property Item (
columnName As String
) As Object
Get
property Object^ default[String^ columnName] {
Object^ get (String^ columnName);
}function get_Item(columnName);
No code example is currently available or this language may not be supported.
Parameters
- columnName String
- Name of the column.
Property Value
Object
The
Object.
Return Value
Object
See Also