asposecells.api
Class PasteType

Utility class containing constants. Represents the paste special type.

Field Summary
const  intALL
           Copies all data of the ranage.
const  intDEFAULT
           It works as "All" behavior of MS Excel.
const  intALL_EXCEPT_BORDERS
           Copies all data of the ranage withoutd the range.
const  intDEFAULT_EXCEPT_BORDERS
           It works as "All except borders" behavior of MS Excel.
const  intCOLUMN_WIDTHS
           Only copies the widths of the range.
const  intROW_HEIGHTS
           Only copies the heights of the range.
const  intCOMMENTS
          
const  intFORMATS
          
const  intFORMULAS
          
const  intFORMULAS_AND_NUMBER_FORMATS
          
const  intVALIDATION
          
const  intVALUES
          
const  intVALUES_AND_NUMBER_FORMATS
          
 

Field Detail

ALL

const int ALL
Copies all data of the ranage.

DEFAULT

const int DEFAULT
It works as "All" behavior of MS Excel.

ALL_EXCEPT_BORDERS

const int ALL_EXCEPT_BORDERS
Copies all data of the ranage withoutd the range.

DEFAULT_EXCEPT_BORDERS

const int DEFAULT_EXCEPT_BORDERS
It works as "All except borders" behavior of MS Excel.

COLUMN_WIDTHS

const int COLUMN_WIDTHS
Only copies the widths of the range.

ROW_HEIGHTS

const int ROW_HEIGHTS
Only copies the heights of the range.

COMMENTS

const int COMMENTS

FORMATS

const int FORMATS

FORMULAS

const int FORMULAS

FORMULAS_AND_NUMBER_FORMATS

const int FORMULAS_AND_NUMBER_FORMATS

VALIDATION

const int VALIDATION

VALUES

const int VALUES

VALUES_AND_NUMBER_FORMATS

const int 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.