Cisco Cisco Computer Telephony Integration Option 8.5 Guía Del Desarrollador

Descargar
Página de 500
   
5-33
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions
Cisco CTI OS Release 7.2(1)
Chapter 5      CTI OS ActiveX Controls
CTI OS ActiveX Control Descriptions
plcoltype
This is a column type value and an output parameter as type Integer.
icolwidth
This is a column width value and an ouput parameter as Integer.
bstrcoltitle 
This is a column title text and an output parameter as type String.
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.
newVal
This is a user passing header text and an input parameter as type String.
Return Value
None.
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.