Skip to main content

TdxSpreadSheetFormatsRepository.Unregister(TdxSpreadSheetCustomFormatClass) Method

Removes a specified file format from the repository.

Declaration

procedure Unregister(AFormat: TdxSpreadSheetCustomFormatClass);

Parameters

Name Type
AFormat TdxSpreadSheetCustomFormatClass

Remarks

Use this procedure to remove a file format specified by the AFormat parameter from the list of formats supported by the Spreadsheet control.

If you need to register either a custom or previously unregistered file format, call the Register procedure instead.

See Also