Click or drag to resize

IROPropertyCollection Interface

Read-only accessor for table column properties.

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

The IROPropertyCollection type exposes the following members.

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