Get the number of rows in the table


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

Syntax

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

Implements

TableData.NRows

See Also