Google Apps Script API
    Preparing search index...

    Type of Selection.

    The SelectionType represents the most specific type of one or more objects that are selected. As an example if one or more TableCell instances are selected in a Table, the selection type is SelectionType.TABLE_CELL. The TableCellRange can be retrieved by using the Selection.getTableCellRange. The Table can be retrieved by using the Selection.getPageElementRange and the Page can be retrieved from the Selection.getCurrentPage.

    Index

    Enumeration Members

    CURRENT_PAGE: number
    NONE: number
    PAGE: number
    PAGE_ELEMENT: number
    TABLE_CELL: number
    TEXT: number
    UNSUPPORTED: number