Click or drag to resize
BCTableViewGetMultipleRowColumns Method
Returns an array of object properties in the tableview.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public Array GetMultipleRowColumns(
	int startIndex,
	int numberOfObjects
)

Parameters

startIndex
Type: SystemInt32
The index of the first object.
numberOfObjects
Type: SystemInt32
The number of rows to retrieve. If -1 then the method will return all rows.

Return Value

Type: Array
An array of object properties.
Remarks
Each row is an array of values.
  • 0: The ID property value of the object.
  • 1: The ClassID of the object.
  • 2: The Name property value of the object.
  • 3: The DisplayName property value of the object.
  • n: The property values defined when creating the tableview.
See Also