Package com.grapecity.documents.excel
Class PasteOption
java.lang.Object
com.grapecity.documents.excel.PasteOption
Wraps all optional parameters in IRange.Copy(IRange, PasteType).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets options to copy the hidden range.Gets the type of paste.voidsetAllowPasteHiddenRange(boolean allowPasteHiddenRange) Sets the options for copying the hidden range.voidsetPasteType(EnumSet<PasteType> pasteType) Sets the type of paste.
-
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.
-