DeleteOptions
Contents
[
Hide
]Inheritance: java.lang.Object
public class DeleteOptions
Represents the setting of deleting rows/columns.
Constructors
Constructor | Description |
---|---|
DeleteOptions() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getFormulaChangeMonitor() | Gets the monitor for tracking changes caused by the deletion. |
getUpdateReference() | Indicates if update references in other worksheets. |
hashCode() | |
notify() | |
notifyAll() | |
setFormulaChangeMonitor(AbstractFormulaChangeMonitor value) | Sets the monitor for tracking changes caused by the deletion. |
setUpdateReference(boolean value) | Indicates if update references in other worksheets. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
DeleteOptions()
public DeleteOptions()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getFormulaChangeMonitor()
public AbstractFormulaChangeMonitor getFormulaChangeMonitor()
Gets the monitor for tracking changes caused by the deletion.
Returns: AbstractFormulaChangeMonitor
getUpdateReference()
public boolean getUpdateReference()
Indicates if update references in other worksheets.
Returns: boolean
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setFormulaChangeMonitor(AbstractFormulaChangeMonitor value)
public void setFormulaChangeMonitor(AbstractFormulaChangeMonitor value)
Sets the monitor for tracking changes caused by the deletion.
Parameters:
Parameter | Type | Description |
---|---|---|
value | AbstractFormulaChangeMonitor |
setUpdateReference(boolean value)
public void setUpdateReference(boolean value)
Indicates if update references in other worksheets.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |