isProtected method

bool isProtected(
  1. int index
)

Implementation

bool isProtected(int index) {
  return getAttributes(index) & CellAttr.protected != 0;
}