Get the number of columns in the table.


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

Syntax

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

Implements

TableData.NCols

See Also