GcSpread.Sheets Namespace > Spread type : defaultDragFillType Method |
var instance = new GcSpread.Sheets.Spread(host, options); var returnValue; // Type: AutoFillType returnValue = instance.defaultDragFillType(value);
function defaultDragFillType( value : AutoFillType ) : AutoFillType;
//select a block of values with the drag fill icon
spread.defaultDragFillType(GcSpread.Sheets.AutoFillType.ClearValues);