Cisco Cisco Computer Telephony Integration Option 8.5 개발자 가이드

다운로드
페이지 500
   
5-23
CTI OS Developer’s Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted
Release 7.5(1)
Chapter 5      CTI OS ActiveX Controls
CTI OS ActiveX Control Descriptions
This is a user passing header textand an input parameter as type String.
Return Value
None.
set_ColumnWidth
Sets the column width of requested column with given value.
Syntax
COM: HRESULT ColumnWidth(short nCol, [in] short newVal)
VB:
set_ColumnWidth(nCol As Short, newVal As Short)
.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.