[]
        
(Showing Draft Content)

GC.Spread.Sheets.Fill.AutoFillType

枚举: AutoFillType

Sheets.Fill.AutoFillType

拖拽填充的类型

代码示例

//本示例使用AutoFillType枚举
console.log(spread.options.defaultDragFillType); // equals to GC.Spread.Sheets.Fill.AutoFillType.auto
spread.options.defaultDragFillType = GC.Spread.Sheets.Fill.AutoFillType.copyCells;

Table of contents

枚举值成员

枚举值成员

auto

auto = 5

自动填充单元格


clearValues

clearValues = 4

清除单元格值


copyCells

copyCells = 0

用所有数据对象填充单元格,包括值,格式和公式


fillFormattingOnly

fillFormattingOnly = 2

仅用格式填充单元格


fillSeries

fillSeries = 1

连续填充单元格


fillWithoutFormatting

fillWithoutFormatting = 3

用值而不是格式填充单元格