aspose.cells

Class AutoFillType

Utility class containing constants. Represents the auto fill type.

Field Summary
const  NumberCOPY
Copies the value and format of the source area to the target area
const  NumberDEFAULT
Automatically fills the target area with the value and format.
const  NumberFORMATS
Copies only the format of the source area to the target area,
const  NumberSERIES
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  NumberVALUES
Copies only the value of the source area to the target area,
 

    • Field Detail

      • COPY

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

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

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

        const Number 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 Number VALUES
        Copies only the value of the source area to the target area,