Class ProtectedRange
java.lang.Object
com.independentsoft.office.spreadsheet.ProtectedRange
The Class ProtectedRange.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getName()Gets the name.Gets the password.Gets the reference sequence.Gets the security descriptor.voidSets the name.voidsetPassword(String password)Sets the password.voidsetReferenceSequence(String referenceSequence)Sets the reference sequence.voidsetSecurityDescriptor(String securityDescriptor)Sets the security descriptor.toString()
-
Constructor Details
-
ProtectedRange
public ProtectedRange()Instantiates a new protected range.
-
-
Method Details
-
clone
-
toString
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
getPassword
Gets the password.- Returns:
- the password
-
setPassword
Sets the password.- Parameters:
password- the new password
-
getSecurityDescriptor
Gets the security descriptor.- Returns:
- the security descriptor
-
setSecurityDescriptor
Sets the security descriptor.- Parameters:
securityDescriptor- the new security descriptor
-
getReferenceSequence
Gets the reference sequence.- Returns:
- the reference sequence
-
setReferenceSequence
Sets the reference sequence.- Parameters:
referenceSequence- the new reference sequence
-