IQuoteTableCellCollectionItem Property |
Namespace: Scripting.QuoteTablesAssembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIQuoteTableCell this[
string columnName
] { get; }ReadOnly Default Property Item (
columnName As String
) As IQuoteTableCell
Get
property IQuoteTableCell^ default[String^ columnName] {
IQuoteTableCell^ 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
IQuoteTableCell
The
IQuoteTableCell.
Return Value
IQuoteTableCell
See Also