Method SetLineReadonly
SetLineReadonly(int, bool)
When implemented by a class, sets readonly state for the given line.
void SetLineReadonly(int index, bool readOnly)
Parameters
SetLineReadonly(int[], bool)
When implemented by a class, sets readonly state for the given line.
void SetLineReadonly(int[] indexes, bool readOnly)