docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method IndexToColumnName

    IndexToColumnName(int)

    Converts a column id value into its name. Column ids start at 0. E.G 0 = 'A', 1 = 'B', 26 = 'AA', 27 = 'AB'

    Declaration
    public static string IndexToColumnName(int index)
    Parameters
    Type Name Description
    int index

    Id of the column starting at 0('A').

    Returns
    Type Description
    string

    The column name or null.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)