Table of Contents

TTMSFNCGridExcelImport Class

Component to import an existing Excel file into an TMSFNCGrid.

Syntax

Unit: VCL.TMSFNCGridExcelImport / FMX.TMSFNCGridExcelImport

TTMSFNCGridExcelImport = class(TComponent);

Constructors

Name Description
Create Creates a new instance.

Destructors

Name Description
Destroy Frees all the resources associated with this component.

Methods

Properties

Name Description
Grid The grid where to import.
ImportOptions Settings that affect how the grid will be imported.
LocationOptions Settings that define where the cells will be imported in the grid.
Zoom The zoom level in the sheet that will be used when importing. If 0 (the default) the zoom in the sheet itself will be used. If not 0, this value must be between 10 and 400.
Version The version of this component.

Events

Name Description
OnProgress Provides a progress indication of how many cells have been exported.