Class NewSheetProperties
Contains settings for any newly created Google Sheet.
Namespace: UnityEditor.Localization.Plugins.Google
Assembly: Unity.Localization.Editor.dll
Syntax
[Serializable]
public class NewSheetProperties
Properties
| Name | Description |
|---|---|
| DuplicateKeyColor | The color to use when highlighting duplicate keys. See also HighlightDuplicateKeys |
| FreezeTitleRowAndKeyColumn | Freeze the top row and first column which are typically the column title row and key column. |
| HeaderBackgroundColor | The color to use for the header row background. |
| HeaderForegroundColor | The color to use for the header row foreground. |
| HighlightDuplicateKeys | Should duplicate keys be highlighted with DuplicateKeyColor in the sheet? |