Search Results for

    Show / Hide Table of Contents

    TExcelFile.GetColOptions Method

    Returns all Column options at once (if the column is hidden, etc).

    Remarks

    To get individual values, use the corresponding methods (i.e. GetColHidden) Use this method only to copy the options from one column to another.

    Syntax

    Unit: FlexCel.Core

    function TExcelFile.GetColOptions(const col: Integer): Integer; virtual; abstract;

    Parameters

    <-> Parameter Type Description
    const col Integer Column Index (1 based)

    Examples

    To copy all the column options from column 1 to 2, use

      xls.SetColOptions(2, xls.GetColOptions(1));
    

    This is faster and simpler than assigning each option alone.

    See also

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