Skip to main content

TdxSpreadSheetDefinedNames.EndUpdate Method

Applies all pending defined name changes to a spreadsheet control after a BeginUpdate procedure call.

Declaration

procedure EndUpdate;

Remarks

Every time the defined name list changes, the spreadsheet control redraws its content to reflect these changes. You can enclose the code that performs multiple defined name changes between BeginUpdate and EndUpdate procedure calls to improve performance.

A BeginUpdate call disables all spreadsheet content updates until a subsequent EndUpdate call applies all pending changes.

Note

Ensure that an EndUpdate call follows every BeginUpdate call, even if an exception occurs.

See Also