Search Results for

    Show / Hide Table of Contents

    ExcelFile.ScreenScaling Property

    This property lets you specify the screen scaling that FlexCel will assume for reading xlsx files in percent. (default is 100 which means 100%). The values can be between 100 and 500.

    Column widths in xlsx files which don't have a fixed column width set will be different in different screen resolutions. So we need to know which resolution to emulate in order to read those files correctly. You will probably want to leave this property to the default value of 100, but you can change it if needed.

    For more information, please read https://www.tmssoftware.com/site/blog.asp?post=311

    Syntax

    Namespace: FlexCel.Core

    public abstract Int32 ScreenScaling { get; set; }

    See also

    • ExcelFile
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com