Search Results for

    Show / Hide Table of Contents

    ExcelMetrics.GetFont0Width Method

    Overloads

    • ExcelMetrics.GetFont0Width(IRowColSize)
    • ExcelMetrics.GetFont0Width(IRowColSize, Boolean)

    ExcelMetrics.GetFont0Width(IRowColSize)

    Returns the width of the 0 font on Excel. Normally this is 7, but can change depending on the file. The user might modify it by changing Format->Style->Normal.

    Syntax

    Namespace: FlexCel.Core

    public static Double GetFont0Width(IRowColSize Workbook)

    Parameters

    <-> Parameter Type Description
    Workbook IRowColSize

    See also

    • ExcelMetrics

    ExcelMetrics.GetFont0Width(IRowColSize, Boolean)

    Returns the width of the 0 font on Excel, taking in account the screen dpi, which you set in XlsFile.ScreenScaling. Note that with a scaling more than 100%, the fontsize returned will be proportionally larger. So a font that returns 10 points at 100% will return 20 points at 200%. While it makes no sense (a point is 1/72 of an inch no matter the resolution) this is the way Excel handles it.

    Syntax

    Namespace: FlexCel.Core

    public static Double GetFont0Width(IRowColSize Workbook, Boolean UseScreenScaling)

    Parameters

    <-> Parameter Type Description
    Workbook IRowColSize File with the font.
    UseScreenScaling Boolean If true, we will return the font size at the given screen scaling. If false, we will return the font size at 100% (96 dpi). Note that if a font is say 7 points at 100%, it will be 14 points at 200%.
    We need it this way because it is the way Excel uses it.

    See also

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