The colno attribute must return the value it was initialized to. When the object is created, this attribute must be initialized to zero. It represents the column number where the error occurred in the script.
Namespace: Aspose.Html.Dom.EventsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic uint ColNo { get; }
Public ReadOnly Property ColNo As UInteger
Get
public:
property unsigned int ColNo {
unsigned int get ();
}
member ColNo : uint32 with get
Property Value
Type:
UInt32
See Also