Cisco Cisco Computer Telephony Integration Option 9.0 开发者指南

下载
页码 508
   
5-39
CTI OS Developer’s Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted
Release 8.0(1)
Chapter 5      CTI OS ActiveX Controls
CTI OS ActiveX Control Descriptions
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.
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.
set_ UserDefinedCell
Sets the given text into the requested cell.
Syntax
COM: HRESULT UserDefinedCell(short nIndex, [in] BSTR newVal);
VB:
set_UserDefinedCell(nindex As Short, newVal As String)
.NET: set_UserDefinedCell(System.Int16 nindex, System.String newVal)
Parameters
nindex
This is a cell index number and an input parameter as type Short.
newVal