BreakLocationColumnNumber Property |
Version 108.4.130
Column number in the script (0-based).
Namespace:
CefSharp.DevTools.Debugger
Assembly:
CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.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