Class NewSheetProperties
Contains settings for any newly created Google Sheet.
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 |