ColumnBuilderTAddItems Method

Spotfire 14.3 API Reference

Namespace:  Spotfire.Dxp.Data.Columns
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public void AddItems(
	PageableList<T> items,
	IndexSet invalidItems
)

Parameters

items
Type: Spotfire.Dxp.Data.CollectionsPageableListT
The list of items to add
invalidItems
Type: Spotfire.Dxp.DataIndexSet
An IndexSet that has a bit set for each invalid vaule
Exceptions

ExceptionCondition
ArgumentNullExceptionThrown if any of the parameters are null
InvalidOperationExceptionThrown if items.Count is different from invalidItems.Capacity
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference