docs.unity3d.com
    Show / Hide Table of Contents

    Class NewSheetProperties

    Contains settings for any newly created Google Sheet.

    Inheritance
    Object
    NewSheetProperties
    Namespace: UnityEditor.Localization.Plugins.Google
    Syntax
    [Serializable]
    public class NewSheetProperties

    Properties

    DuplicateKeyColor

    The color to use when highlighting duplicate keys. See also HighlightDuplicateKeys

    Declaration
    public Color DuplicateKeyColor { get; set; }
    Property Value
    Type Description
    Color

    FreezeTitleRowAndKeyColumn

    Freeze the top row and first column which are typically the column title row and key column.

    Declaration
    public bool FreezeTitleRowAndKeyColumn { get; set; }
    Property Value
    Type Description
    Boolean

    HeaderBackgroundColor

    The color to use for the header row background.

    Declaration
    public Color HeaderBackgroundColor { get; set; }
    Property Value
    Type Description
    Color

    HeaderForegroundColor

    The color to use for the header row foreground.

    Declaration
    public Color HeaderForegroundColor { get; set; }
    Property Value
    Type Description
    Color

    HighlightDuplicateKeys

    Should duplicate keys be highlighted with DuplicateKeyColor in the sheet?

    Declaration
    public bool HighlightDuplicateKeys { get; set; }
    Property Value
    Type Description
    Boolean
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023