hyperlinkDisplayType property
If one exists, how a hyperlink should be displayed in the cell. Possible string values are:
- "HYPERLINK_DISPLAY_TYPE_UNSPECIFIED" : The default value: the hyperlink is rendered. Do not use this.
- "LINKED" : A hyperlink should be explicitly rendered.
- "PLAIN_TEXT" : A hyperlink should not be rendered.
Implementation
core.String? hyperlinkDisplayType;