CompilerServiceScriptErrorColumn Property |
Column number within the line number specified by
Line where the compilation error occurred.
Namespace:
RRAutoLib.Scripting
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Property Column As Integer
Get
Set
public int Column { get; set; }
Property Value
Type:
Int32
RemarksCurrently this value is not reliable due to what seems to be a bug in the .NET framework.
See Also