Get/set the number of rows for this table


Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property NRows As Integer
C#
public virtual int NRows { get; }
C++
public virtual property int NRows {
    int get();
}
J#
/** property */
public int get_NRows();
JScript
public function get NRows() : int

Property Value

The number of rows in the table.

See Also