StandardTableKeyNames.Column Field

Definition

The column number associated with a table-entry.

public: System::String ^ Column;
std::wstring Column;
public const string Column;
val mutable Column : string
Public Const Column As String 

Field Value

Remarks

The raw value should be an integer. The first column of a line should be column 0.

Applies to