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