[]
        
(Showing Draft Content)

GC.Spread.Sheets.Fill.AutoFillType

列挙型: AutoFillType

Sheets.Fill.AutoFillType

ドラッグフィルのタイプを表します。

実例

// 次のサンプルコードは、AutoFillType列挙体を使用します。
activeSheet.bind(GC.Spread.Sheets.Events.DragFillBlockCompleted, function (e, info) {
        alert("Type (" + info.autoFillType + ")");
});

Table of contents

Enumeration members

Enumeration members

auto

auto = 5

セルのオートフィルを実行します。


clearValues

clearValues = 4

セル値をクリアします。


copyCells

copyCells = 0

値、書式、数式などのすべてのデータオブジェクトをコピーします。


fillFormattingOnly

fillFormattingOnly = 2

書式のみをコピーします。


fillSeries

fillSeries = 1

連続データをコピーします。


fillWithoutFormatting

fillWithoutFormatting = 3

値のみをコピーし、書式はコピーしません。