asposecells.api

Class AutoFillType

Utility class containing constants. Represents the auto fill type.

Field Summary
const  intCOPY
Copies the value and format of the source area to the target area
const  intDEFAULT
Automatically fills the target area with the value and format.
const  intFORMATS
Copies only the format of the source area to the target area,
const  intSERIES
Extend the value in the source area to the target area in the form of a series and copy format to the target area.
const  intVALUES
Copies only the value of the source area to the target area,
 

    • Field Detail

      • COPY

        const int COPY
        Copies the value and format of the source area to the target area
      • DEFAULT

        const int DEFAULT
        Automatically fills the target area with the value and format.
      • FORMATS

        const int FORMATS
        Copies only the format of the source area to the target area,
      • SERIES

        const int SERIES
        Extend the value in the source area to the target area in the form of a series and copy format to the target area.
      • VALUES

        const int VALUES
        Copies only the value of the source area to the target area,