Return the column number where the error occurred, or -1 if not available.

Namespace:  SingularSys.Jep
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public int GetColumnNumber()
Visual Basic (Declaration)
Public Function GetColumnNumber As Integer
Visual C++
public:
int GetColumnNumber()

Return Value

the column number where the error occurred, or -1 if not available.

See Also