Class PasteOption
public class PasteOption
extends Object
Wraps all optional parameters in IRange.Copy(IRange, PasteType).
-
Constructor Summary
Constructors
-
Method Summary
boolean
Gets options to copy the hidden range.
void
Sets the options for copying the hidden range.
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PasteOption
public PasteOption()
-
Method Details
-
getAllowPasteHiddenRange
public boolean getAllowPasteHiddenRange()
Gets options to copy the hidden range.
-
setAllowPasteHiddenRange
public void setAllowPasteHiddenRange(boolean allowPasteHiddenRange)
Sets the options for copying the hidden range.
-
getPasteType
Gets the type of paste.
-
setPasteType
Sets the type of paste.