MPSReaderElementColumn Property |
The column index.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int Column { get; }
Public Overridable ReadOnly Property Column As Integer
Get
public:
virtual property int Column {
int get ();
}
abstract Column : int with get
override Column : int with get
Property Value
Type:
Int32
An
int specifying the column index.
See Also