java.lang.Objectcom.aspose.cells.ProtectedRange
public class ProtectedRange
Property Getters/Setters Summary | ||
---|---|---|
CellArea | getCellArea() | |
Gets the |
||
java.lang.String | getName() | |
void | setName(java.lang.String value) | |
Gets the Range title. This is used as a descriptor, not as a named range definition. | ||
java.lang.String | getPassword() | |
void | setPassword(java.lang.String value) | |
Represents the password to protect the range. | ||
java.lang.String | getSecurityDescriptor() | |
void | setSecurityDescriptor(java.lang.String value) | |
The security descriptor defines user accounts who may edit this range without providing a password to access the range. |
Method Summary | ||
---|---|---|
void | addArea(int startRow, int startColumn, int endRow, int endColumn) | |
Adds a referred area to this | ||
com.aspose.cells.CellArea[] | getAreas() | |
Gets all referred areas. |
Property Getters/Setters Detail |
---|
getName/setName | |
public java.lang.String getName() / public void setName(java.lang.String value) |
getCellArea | |
public CellArea getCellArea() |
getPassword/setPassword | |
public java.lang.String getPassword() / public void setPassword(java.lang.String value) |
getSecurityDescriptor/setSecurityDescriptor | |
public java.lang.String getSecurityDescriptor() / public void setSecurityDescriptor(java.lang.String value) |
Method Detail |
---|
getAreas | |
public com.aspose.cells.CellArea[] getAreas() |
addArea | |
public void addArea(int startRow, int startColumn, int endRow, int endColumn) |
startRow
- The start row.startColumn
- The start column.endRow
- The end row.endColumn
- The end column.