Get ans Set Record Number property (how many records attached to this column)

Namespace:  Hyleos.Chemistry.IO
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

C#
public int RecordNumber { get; set; }
Visual Basic (Declaration)
Public Property RecordNumber As Integer
Visual C++
public:
property int RecordNumber {
	int get ();
	void set (int value);
}

See Also