Google Apps Script API
    Preparing search index...
    interface CellFormat {
        backgroundColor?: GoogleAppsScript.Sheets.Schema.Color;
        borders?: Borders;
        horizontalAlignment?: string;
        hyperlinkDisplayType?: string;
        numberFormat?: NumberFormat;
        padding?: Padding;
        textDirection?: string;
        textFormat?: TextFormat;
        textRotation?: GoogleAppsScript.Sheets.Schema.TextRotation;
        verticalAlignment?: string;
        wrapStrategy?: string;
    }
    Index

    Properties

    borders?: Borders
    horizontalAlignment?: string
    hyperlinkDisplayType?: string
    numberFormat?: NumberFormat
    padding?: Padding
    textDirection?: string
    textFormat?: TextFormat
    verticalAlignment?: string
    wrapStrategy?: string