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

다운로드
페이지 500
   
5-22
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
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.
newVal
This is a user passing ECC Name text and an input parameter as type String.
Return Value
None.
set_ColumnECCOffset
Sets the column Offset value of requested column with given value.
Syntax
COM: HRESULT ColumnECCOffset(short nCol, [in] short nNewValue)
VB:
set_ColumnECCOffset(nCol As Short, nNewValue As Short)
.NET: set_ColumnWidth(System.Int16 nCol, System.Int16 nNewValue)
Parameters
nCol
This is a column index number and an input parameter as type Short.
nNewVal
This is a user passing column width value and an input parameter as type Short.
Return Value
None.
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.
nNewVal