aspose.cells
Class PasteType

Utility class containing constants. Represents the paste special type.

Field Summary
const  NumberALL
           Copies all data of the ranage.
const  NumberDEFAULT
           It works as "All" behavior of MS Excel.
const  NumberALL_EXCEPT_BORDERS
           Copies all data of the ranage withoutd 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_NUMBER_FORMATS
          
 

Field Detail

ALL

const Number ALL
Copies all data of the ranage.

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 ranage withoutd 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_NUMBER_FORMATS

const Number VALUES_AND_NUMBER_FORMATS

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.