Skip to main content

TdxSpreadSheetTableView.CanFillData Method

Returns a value indicating whether the AutoFill functionality is currently available.

Declaration

function CanFillData: Boolean; virtual;

Returns

Type
Boolean

Remarks

This function returns True only if the following conditions are met:

  • Only a single cell or cell range is currently selected;

  • The Spreadsheet control’s OptionsBehavior.Editing property is set to True.

Otherwise, the CanFillData function returns False and therefore, calling the FillData function has no effect and an end-user cannot fill cells by dragging the selection frame’s fill handle.

See Also