Cisco Cisco Computer Telephony Integration Option 8.5 開発者ガイド

ページ / 506
   
5-27
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
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.
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)