ResXDataNodeGetNodeColumnPosition Method
Retrieves the column position of the resource in the resource file.
Namespace: KGySoft.ResourcesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public int GetNodeColumnPosition()
Public Function GetNodeColumnPosition As Integer
public:
int GetNodeColumnPosition()
member GetNodeColumnPosition : unit -> int
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.