LocationColumnNumber Property |
Version 118.6.80
Column number in the script (0-based).
Namespace:
CefSharp.DevTools.Debugger
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public int? ColumnNumber { get; set; }
public:
property Nullable<int> ColumnNumber {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
Type:
NullableInt32See Also