Google Apps Script API
    Preparing search index...
    interface CellData {
        dataValidation?: DataValidationRule;
        effectiveFormat?: CellFormat;
        effectiveValue?: ExtendedValue;
        formattedValue?: string;
        hyperlink?: string;
        note?: string;
        pivotTable?: GoogleAppsScript.Sheets.Schema.PivotTable;
        textFormatRuns?: TextFormatRun[];
        userEnteredFormat?: CellFormat;
        userEnteredValue?: ExtendedValue;
    }
    Index

    Properties

    dataValidation?: DataValidationRule
    effectiveFormat?: CellFormat
    effectiveValue?: ExtendedValue
    formattedValue?: string
    hyperlink?: string
    note?: string
    textFormatRuns?: TextFormatRun[]
    userEnteredFormat?: CellFormat
    userEnteredValue?: ExtendedValue