Click or drag to resize

IRODataCollection Interface

Read-only accessor for table cell data.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IRODataCollection

The IRODataCollection type exposes the following members.

Properties
 NameDescription
Public propertyItemInt32, Int32 Gets the data value at the specified column and row index.
Public propertyItemString, Int32 Gets the data value at the specified column name and row index.
Top
See Also