类 PasteOption

java.lang.Object
com.grapecity.documents.excel.PasteOption

public class PasteOption extends Object
Wraps all optional parameters in IRange.Copy(IRange, PasteType)
  • 构造器详细资料

    • 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.