类 PasteOption
java.lang.Object
com.grapecity.documents.excel.PasteOption
Wraps all optional parameters in IRange.Copy(IRange, PasteType)
-
构造器概要
-
方法概要
修饰符和类型方法说明boolean
Gets options to copy the hidden range.void
setAllowPasteHiddenRange
(boolean allowPasteHiddenRange) Sets the options for copying the hidden range.
-
构造器详细资料
-
PasteOption
public PasteOption()
-
-
方法详细资料
-
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.
-