Class PasteOption
public class PasteOption
extends Object
包装所有可选参数在 IRange.Copy(IRange, PasteType) 中。
-
Constructor Summary
Constructors
-
Method Summary
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()
获取复制隐藏范围选项。
-
setAllowPasteHiddenRange
public void setAllowPasteHiddenRange(boolean allowPasteHiddenRange)
设置复制隐藏范围选项。
-
-