[]
        
(Showing Draft Content)

GC.Spread.Sheets.Fill.FillType

Enumeration: FillType

Sheets.Fill.FillType

Represents the type of fill data.

example

start = new GC.Spread.Sheets.Range(0, 2, 1, 1);
var r3 = new GC.Spread.Sheets.Range(0, 2, 4, 1);
activeSheet.fillAuto(start, r3, {
    fillType: GC.Spread.Sheets.Fill.FillType.auto,
    series: GC.Spread.Sheets.Fill.FillSeries.column,
});

Table of contents

Enumeration members

Enumeration members

auto

auto = 4

Represents the auto fill type.


date

date = 3

Represents the date fill type.


direction

direction = 0

Represents the direction fill type.


growth

growth = 2

Represents the growth fill type.


linear

linear = 1

Represents the linear fill type.