docs.unity.cn
    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 Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, June 9, 2022
    Terms of use