Search Results for

    Show / Hide Table of Contents

    TExcelFile.DefaultColWidth Property

    The default width for empty columns, in Excel internal units. (Character width of font 0 / 256) See Excel Internal Units for more information in Excel internal units.

    Remarks

    Use TExcelMetrics.ColMult to convert the internal units to pixels.

    Syntax

    Unit: FlexCel.Core

    property TExcelFile.DefaultColWidth: Integer

    Examples

      ColWidthInPixels := xls.GetColWidth(Col) / TExcelMetrics.ColMult(xls);
    

    See also

    • TExcelFile
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com