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