hello,
When you import the Excel file that was saved in zoom level 50%,
it is displayed smaller even on the AdvStringGrid.
So, I want to change it to 100% .
Kind Regards,
TARO
TAdvStringGrid does not have the same zoom concept as Excel.
You can either call grid.Zoom() to perform zoom in TAdvStringGrid or set AdvGrid.Options.ImportCellProperties = false to avoid importing with the zoom level.
This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.