Method SetLineReadonly
SetLineReadonly(int, bool)
Sets readonly state for the given line.
public virtual void SetLineReadonly(int index, bool readOnly)
Parameters
SetLineReadonly(int[], bool)
Sets readonly state for the given line.
public virtual void SetLineReadonly(int[] indexes, bool readOnly)