Search results

AutoFillSettings API in Vue Spreadsheet API component

Represents the AutoFillSettings.

Properties

fillType

AutoFillType

Specifies the auto fill settings. The possible values are

  • CopyCells: To update the copied cells of the selected range.
  • FillSeries: To update the filled series of the selected range.
  • FillFormattingOnly: To fill the formats only for the selected range.
  • FillWithoutFormatting: To fill without the format of the selected range.

Defaults to ‘FillSeries’

showFillOptions

boolean

Specifies whether fill options need to shown or not.

Defaults to true