Click or drag to resize

IPresentationSpaceGetDataCells Method

Retrieves an array of data cells starting at the specified position.

Namespace:  MicroFocus.ZFE.Connector
Assembly:  MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.3.379.0 (1.3.379.0)
Syntax
IDataCell[] GetDataCells(
	IPosition start,
	int length
)

Parameters

start
Type: MicroFocus.ZFE.ConnectorIPosition
The starting position.
length
Type: SystemInt32
The number of data cells to retrieve.

Return Value

Type: IDataCell
A DataCell array containing the requested data cells.
Exceptions
ExceptionCondition
ConnectorException If an invalid position is specified or if an error occurs retrieving the data cells.
Remarks
If the length results in going beyond the last position of the presentation space, the returned list will end at the last position on the presentation space.
See Also