SpreadJS Documentation
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.
$("#spreadContainer").data("spread").getActiveSheet().bind(GcSpread.Sheets.Events.DragFillBlockCompleted, function (e, info) {    
        alert("Type (" + info.autoFillType + ")");
});
Inheritance Hierarchy

Object
   GcSpread.Sheets.AutoFillType

See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.