Gets the number of columns in the data frame.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public int ColumnCount { get; }
Public ReadOnly Property ColumnCount As Integer
Get
public:
virtual property int ColumnCount {
int get () sealed;
}
abstract ColumnCount : int with get
override ColumnCount : int with get
Property Value
Type:
Int32Implements
IDataFrameColumnCount
Reference