aspose.cells

Class PasteType

Utility class containing constants. Represents the paste special type.

Field Summary
const  NumberALL
Copies all data of the range.
const  NumberDEFAULT
It works as "All" behavior of MS Excel.
const  NumberALL_EXCEPT_BORDERS
Copies all data of the range without the range.
const  NumberDEFAULT_EXCEPT_BORDERS
It works as "All except borders" behavior of MS Excel.
const  NumberCOLUMN_WIDTHS
Only copies the widths of the range.
const  NumberROW_HEIGHTS
Only copies the heights of the range.
const  NumberCOMMENTS
const  NumberFORMATS
const  NumberFORMULAS
const  NumberFORMULAS_AND_NUMBER_FORMATS
const  NumberVALIDATION
const  NumberVALUES
const  NumberVALUES_AND_FORMATS
const  NumberVALUES_AND_NUMBER_FORMATS
 

    • Field Detail

      • ALL

        const Number ALL
        Copies all data of the range.
      • DEFAULT

        const Number DEFAULT
        It works as "All" behavior of MS Excel.
      • ALL_EXCEPT_BORDERS

        const Number ALL_EXCEPT_BORDERS
        Copies all data of the range without the range.
      • DEFAULT_EXCEPT_BORDERS

        const Number DEFAULT_EXCEPT_BORDERS
        It works as "All except borders" behavior of MS Excel.
      • COLUMN_WIDTHS

        const Number COLUMN_WIDTHS
        Only copies the widths of the range.
      • ROW_HEIGHTS

        const Number ROW_HEIGHTS
        Only copies the heights of the range.
      • COMMENTS

        const Number COMMENTS
      • FORMATS

        const Number FORMATS
      • FORMULAS

        const Number FORMULAS
      • FORMULAS_AND_NUMBER_FORMATS

        const Number FORMULAS_AND_NUMBER_FORMATS
      • VALIDATION

        const Number VALIDATION
      • VALUES

        const Number VALUES
      • VALUES_AND_FORMATS

        const Number VALUES_AND_FORMATS
      • VALUES_AND_NUMBER_FORMATS

        const Number VALUES_AND_NUMBER_FORMATS