IQuoteTableCellCollectionBaseItem Property |
Gets the [!:IQuote2TableCellBase] with the specified column name.
Namespace: Scripting.QuoteTablesAssembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIQuoteTableCellBase this[
string columnName
] { get; }ReadOnly Default Property Item (
columnName As String
) As IQuoteTableCellBase
Get
property IQuoteTableCellBase^ default[String^ columnName] {
IQuoteTableCellBase^ 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
IQuoteTableCellBase
The
[!:IQuote2TableCellBase].
Return Value
IQuoteTableCellBase
See Also