Adds a new row value to the column. The row will be added
as a new row after all previously added rows.
Namespace: Spotfire.Dxp.Data.Columns
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
public void AddItem( T item )
Parameters
- item
- Type: T
The value to be stored in the row (should not be null, use AddInvalidItem for adding null and error values).
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also