SpreadJS Documentation
AutoFillType Enumeration
GC.Spread.Sheets.Fill Namespace : AutoFillType Enumeration
Represents the type of drag fill.
Members
MemberDescription
autoAutomatically fills cells.
clearValuesClears cell values.
copyCellsFills cells with all data objects, including values, formatting, and formulas.
fillFormattingOnlyFills cells only with formatting.
fillSeriesFills cells with series.
fillWithoutFormattingFills cells with values and not formatting.
Example
This example uses the AutoFillType enumeration.
activeSheet.bind(GC.Spread.Sheets.Events.DragFillBlockCompleted, function (e, info) {    
        alert("Type (" + info.autoFillType + ")");
});
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Fill.AutoFillType

See Also

Reference

GC.Spread.Sheets.Fill Namespace