[]
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,
});
• auto = 4
Represents the auto fill type.
• date = 3
Represents the date fill type.
• direction = 0
Represents the direction fill type.
• growth = 2
Represents the growth fill type.
• linear = 1
Represents the linear fill type.