com.microstrategy.web.objects.WebColumns |
Class Overview
Collection of WebColumn
objects.
Public Methods
public
abstract
Enumeration
enumeration
()
public
abstract
WebColumn
get
(int index)
Parameters
index |
position of the WebColumn (starts from 0). |
Returns
- WebColumn the column at the given index.
public
abstract
WebColumn
get
(String key)
Parameters
key |
column resizable element identifier. |
public
abstract
int
getStartingColumn
()
<<< merge needed >>>
starting from 1. If not an incremental fetch, 1 is returned.
Returns
- incremental fetch start column index
public
abstract
int
size
()
Returns
- int the number of columns.