isCellLocked

checks whether the cell is locked

boolean isCellLocked(number rowId,number columnId);
rowIdnumberthe row id
columnIdnumberthe column id
booleantrue, if the cell is locked, otherwise - false

Example

var isLocked = $$("ssheet").isCellLocked(rowId, columnId);

Related samples

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix ui component library and page of spreadsheet javascript library product.