Google Apps Script API
    Preparing search index...
    interface TextFormat {
        bold?: boolean;
        fontFamily?: string;
        fontSize?: number;
        foregroundColor?: GoogleAppsScript.Sheets.Schema.Color;
        italic?: boolean;
        link?: GoogleAppsScript.Sheets.Schema.Link;
        strikethrough?: boolean;
        underline?: boolean;
    }
    Index

    Properties

    bold?: boolean
    fontFamily?: string
    fontSize?: number
    italic?: boolean
    strikethrough?: boolean
    underline?: boolean