ResXDataNodeGetNodeColumnPosition Method

Retrieves the column position of the resource in the resource file.

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public int GetNodeColumnPosition()

Return Value

Int32
An Int32 that specifies the column position of this resource in the resource file. If the resource does not contain the .resx information (that is, if the ResXDataNode was created from an object or the raw .resx data was removed on a GetValue call), then this method returns 0.

See Also