Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetTableView.CanFillData Method

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

#Declaration

Delphi
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