Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 506
   
5-17
CTI OS Developer’s Guide for Cisco Unified Contact Center Enterprise
Release 8.5(1)
Chapter 5      CTI OS ActiveX Controls
CTI OS ActiveX Control Descriptions
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_ColumnHeader 
Sets the column header of requested column with given text.
Syntax
COM: HRESULT ColumnHeader(short nCol, [in] BSTR newVal)
VB:
set_ColumnHeader(nCol As Short, newVal As String)
.NET: set_ColumnHeader(System.Int16 nCol, System.String newVal)
Parameters
nCol
This is a column index number and an input parameter as type Short.
newVal
This is a user passing header text and an input parameter as type String.
Return Value
None.
set_ColumnType 
Sets the column type of requested column with given value.
Syntax
COM: HRESULT ColumnType(short nCol, [in] short newVal)
VB:
set_ColumnType(nCol As Short, newVal As Short)
.NET: set_ColumnType(System.Int16 nCol, System.Int16 newVal)
Parameters
nCol
This is a column index number and an input parameter as type Short.
newVal
This is a user passing column type value and an input parameter as type Short.
Return Value
None.