Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / PasteType Enumeration
In This Topic
    PasteType Enumeration
    In This Topic
    Specifies the type of paste.
    Members
    MemberDescription
    ColumnWidthsSpecifies to only paste column widths.
    DefaultSpecifies to paste all data except RowHeights and ColumnWidths.
    FormatsSpecifies to only paste formats.
    FormulasSpecifies to only paste cell formulas.
    NumberFormatsSpecifies to only paste number formats.
    RowHeightsSpecifies to only paste row heights.
    ValuesSpecifies to only paste cell values.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.PasteType

    See Also