Search Results for

    Show / Hide Table of Contents

    XlsFile.GetCustomTableStyle Method

    Overloads

    • XlsFile.GetCustomTableStyle(String)
    • XlsFile.GetCustomTableStyle(Int32)

    XlsFile.GetCustomTableStyle(String)

    Gets the custom table style with a given name. If the name doesn't exist, this method returns null.

    Syntax

    Namespace: FlexCel.XlsAdapter

    public override TCustomTableStyle GetCustomTableStyle(String name)

    Parameters

    <-> Parameter Type Description
    name String Name of the table style we want to retrieve. Case insensitive: "NAME" is the same as "name".

    See also

    • XlsFile

    XlsFile.GetCustomTableStyle(Int32)

    Gets the custom table style at position index (1 based).

    Syntax

    Namespace: FlexCel.XlsAdapter

    public override TCustomTableStyle GetCustomTableStyle(Int32 index)

    Parameters

    <-> Parameter Type Description
    index Int32 Position for the custom style in the style table. (1 based). If index is less than 0 or equal or bigger than ExcelFile.CustomTableStyleCount then this method will throw an exception.

    See also

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