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