SpreadJS Documentation
defaultDragFillType Method
The default fill type.
Gets or sets the default fill type.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var returnValue; // Type: AutoFillType
returnValue = instance.defaultDragFillType(value);
function defaultDragFillType( 
   value : AutoFillType
) : AutoFillType;

Parameters

value
The default fill type.

Return Value

The default fill type.
Example
This example clears cells with drag fill.
//select a block of values with the drag fill icon
spread.defaultDragFillType(GcSpread.Sheets.AutoFillType.ClearValues);
See Also

Reference

Spread type
Using Drag Fill

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.