Click or drag to resize

IROTableDataSource Interface

Read-only interface for accessing table data and column properties.

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

The IROTableDataSource type exposes the following members.

Properties
 NameDescription
Public propertyColumnCount Gets the number of data columns.
Public propertyColumnPropertyCount Gets the number of property columns.
Top
Methods
 NameDescription
Public methodGetColumnName Gets the name of the specified data column.
Public methodGetColumnProperty(Int32, Int32) Gets a column property by column and property index.
Public methodGetColumnProperty(Int32, String) Gets a column property by column index and property name.
Public methodGetColumnProperty(String, String) Gets a column property by column name and property name.
Public methodGetColumnPropertyName Gets the name of the specified property column.
Public methodGetData(Int32, Int32) Gets a data value by column and row index.
Public methodGetData(String, Int32) Gets a data value by column name and row index.
Public methodGetRowCount Gets the number of accessible rows for the specified column.
Top
See Also