[]
        
(Showing Draft Content)

PasteOption

Class PasteOption

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

public class PasteOption extends Object
Wraps all optional parameters in IRange.Copy(IRange, PasteType).
  • 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

      public EnumSet<PasteType> getPasteType()
      Gets the type of paste.
    • setPasteType

      public void setPasteType(EnumSet<PasteType> pasteType)
      Sets the type of paste.