Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

IDSSColumns4 Interface Reference

Inherits IDSSColumns3.

List of all members.


Detailed Description

IDSSColumns4 extends IDSSColumns3 by adding some other functionality.


Public Member Functions

HRESULT AddID ([in] BSTR iID,[in, defaultvalue(0)] Int32 Index)
 Access members of the collection.
HRESULT ItemID ([in] Int32 iIndex,[out, retval] BSTR *opID)
 Access members of the collection.


Member Function Documentation

HRESULT IDSSColumns4::AddID [in] BSTR  iID,
[in, defaultvalue(0)] Int32  Index
 

Access members of the collection.

Add an column id into the collection.

The contents of the collection are numbered from 1 to Count.
Parameters:
iID The column id we are going to insert.
Index The position this id will be inserted at.
Returns:
Usual COM result code:
  • S_OK
  • E_INVALIDARG The caller passes in an invalid column ID.

HRESULT IDSSColumns4::ItemID [in] Int32  iIndex,
[out, retval] BSTR *  opID
 

Access members of the collection.

Return a column id from the collection. The index parameter must be a number.

The contents of the collection are numbered from 1 to Count.
Parameters:
iIndex 1-based index of the desired column in the collection.
opID String ID of the desired column in the collection.
Returns:
Usual COM result code:
  • S_OK
  • E_INVALIDARG The caller passes in an invalid column ID.


Copyright © 1996-2018 MicroStrategy Inc. All Rights Reserved.