Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 490
   
5-26
CTI OS Developer’s Guide for Cisco Unified Contact Center Enterprise
Release 8.5(3)
Chapter 5      CTI OS ActiveX Controls
CTI OS ActiveX Control Descriptions
This is a row index number and an input parameter as type Integer.
nCol
This is a column index number and an input parameter as type Integer.
Return Value
Return type is String.
GetSelectedRow
Gets the selected row index.
Syntax
COM: HRESULT GetSelectedRow([out,retval] int *nRow)
VB:
GetSelectedRow() As Integer
.NET: System.Int32 GetSelectedRow()
Parameters
None.
Return Value
Return type is Integer.
SelectRow
Sets the requested row as selected.
Syntax
COM: HRESULT SelectRow([in] int nRow, [out,retval] VARIANT_BOOL * bStatus)
VB:
SelectRow(nRow As Integer) As Boolean
.NET: System.Boolean SelectRow(System.Int32 nRow)
Parameters
nRow
This is a row index number and an input parameter as type Integer.
Return Value
Return type is Boolean.
set_ColumnECCName
Sets the column ECC name of requested column with given text.
Syntax
COM: HRESULT ColumnECCName(short nCol, [in] BSTR newVal)
VB:
set_ColumnECCName(nCol As Short, newVal As String)
.NET: set_ ColumnECCName (System.Int16 nCol, System.String newVal)
Parameters
nCol
This is a column index number and an input parameter as type Short.