case class SheetLocking(lockedAutoFilter: Boolean = false, lockedDeleteColumns: Boolean = false, lockedDeleteRows: Boolean = false, lockedFormatCells: Boolean = false, lockedFormatColumns: Boolean = false, lockedFormatRows: Boolean = false, lockedInsertColumns: Boolean = false, lockedInsertHyperlinks: Boolean = false, lockedInsertRows: Boolean = false, lockedPivotTables: Boolean = false, lockedSort: Boolean = false, lockedObjects: Boolean = false, lockedScenarios: Boolean = false, lockedSelectLockedCells: Boolean = false, lockedSelectUnlockedCells: Boolean = false) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SheetLocking
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SheetLocking(lockedAutoFilter: Boolean = false, lockedDeleteColumns: Boolean = false, lockedDeleteRows: Boolean = false, lockedFormatCells: Boolean = false, lockedFormatColumns: Boolean = false, lockedFormatRows: Boolean = false, lockedInsertColumns: Boolean = false, lockedInsertHyperlinks: Boolean = false, lockedInsertRows: Boolean = false, lockedPivotTables: Boolean = false, lockedSort: Boolean = false, lockedObjects: Boolean = false, lockedScenarios: Boolean = false, lockedSelectLockedCells: Boolean = false, lockedSelectUnlockedCells: Boolean = false)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lockAutoFilter: SheetLocking
- def lockDeleteColumns: SheetLocking
- def lockDeleteRows: SheetLocking
- def lockFormatCells: SheetLocking
- def lockFormatColumns: SheetLocking
- def lockFormatRows: SheetLocking
- def lockInsertColumns: SheetLocking
- def lockInsertHyperlinks: SheetLocking
- def lockInsertRows: SheetLocking
- def lockObjects: SheetLocking
- def lockPivotTables: SheetLocking
- def lockScenarios: SheetLocking
- def lockSelectLockedCells: SheetLocking
- def lockSelectUnlockedCells: SheetLocking
- def lockSort: SheetLocking
- val lockedAutoFilter: Boolean
- val lockedDeleteColumns: Boolean
- val lockedDeleteRows: Boolean
- val lockedFormatCells: Boolean
- val lockedFormatColumns: Boolean
- val lockedFormatRows: Boolean
- val lockedInsertColumns: Boolean
- val lockedInsertHyperlinks: Boolean
- val lockedInsertRows: Boolean
- val lockedObjects: Boolean
- val lockedPivotTables: Boolean
- val lockedScenarios: Boolean
- val lockedSelectLockedCells: Boolean
- val lockedSelectUnlockedCells: Boolean
- val lockedSort: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def unlockAutoFilter: SheetLocking
- def unlockDeleteColumns: SheetLocking
- def unlockDeleteRows: SheetLocking
- def unlockFormatCells: SheetLocking
- def unlockFormatColumns: SheetLocking
- def unlockFormatRows: SheetLocking
- def unlockInsertColumns: SheetLocking
- def unlockInsertHyperlinks: SheetLocking
- def unlockInsertRows: SheetLocking
- def unlockObjects: SheetLocking
- def unlockPivotTables: SheetLocking
- def unlockScenarios: SheetLocking
- def unlockSelectLockedCells: SheetLocking
- def unlockSelectUnlockedCells: SheetLocking
- def unlockSort: SheetLocking
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()