asposecells.api

Class CopyFormatType

Utility class containing constants. Represents type of copying format when inserting rows.

Field Summary
const  intSAME_AS_ABOVE
Formats same as above row.
const  intSAME_AS_BELOW
Formats same as below row.
const  intCLEAR
Clears formatting.
 

    • Field Detail

      • SAME_AS_ABOVE

        const int SAME_AS_ABOVE
        Formats same as above row.
      • SAME_AS_BELOW

        const int SAME_AS_BELOW
        Formats same as below row.
      • CLEAR

        const int CLEAR
        Clears formatting.