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: 2.1.1566.0 (2.1.1566.0)
Syntax IDataCell[] GetDataCells(
IPosition start,
int length
)
Function GetDataCells (
start As IPosition,
length As Integer
) As IDataCell()
Parameters
- start
- Type: MicroFocus.ZFE.ConnectorIPosition
The starting position. - length
- Type: SystemInt32
The number of data cells to retrieve.
Return Value
Type:
IDataCellA DataCell array containing the requested data cells.
Exceptions Exception | Condition |
---|
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