Google Apps Script API
    Preparing search index...

    Access the text rotation settings for a cell.

    interface TextRotation {
        getDegrees(): number;
        isVertical(): boolean;
    }
    Index

    Methods