Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 490
   
5-28
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
.NET: set_ColumnWidth(System.Int16 nCol, System.Int16 newVal)
Parameters
nCol 
This is a column index value and an input parameter as type Short.
newVal 
This is a user passing column width value and an input parameter as type Short.
Return Value
None.
SetCellText
Sets the given text to the requested cell in requested row.
Syntax
COM: HRESULT SetCellText([in] int nRow, [in] int nCol, [in] BSTR bstrContent, [out,retval] 
VARIANT_BOOL * bStatus)
VB:
SetCellText(nRow As Integer, nCol As Integer, bstrContent As String) As Boolean
.NET: System. Boolean SetCellText(System.Int16 nRow, System.Int16 nCol, System.String 
bstrContent)
Parameters
nRow
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.
bstrContent
This is a user passing cell text and an input parameter as type String.
Return Value
Return type is Boolean.
ChatCtl
The Chat Control provides a UI to formulate and send text messages to a supervisor or (if allowed) other 
agents. The chat privileges are configurable at CTI OS server (see the CTI OS System Manager's Guide 
for Cisco Unified ICM/Contact Center Enterprise & Hosted
).