Пример #1
0
 /**
  * Determines whether the sheet is protected
  *
  * @return whether or not the sheet is protected
  * @deprecated in favour of the getSettings() api
  */
 public boolean isProtected() {
   return settings.isProtected();
 }