CellRange.AutoFill

CellRange.AutoFill method

Automaticall fill the target range.

public void AutoFill(CellRange target, GridAutoFillType autoFillType)
ParameterTypeDescription
targetCellRangeThe targed range.
autoFillTypeGridAutoFillTypeThe auto fill type.

See Also