StandardTableKeyNames.Column Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.