Tableau Extensions API
    Preparing search index...

    Interface WorksheetContent

    The WorksheetContent namespace is the namespace associated with Viz Extensions. The WorksheetContent namespace contains the Worksheet interface. Use the Worksheet Interface to access worksheet objects and to add or remove event listeners.

    1.12.0 and Tableau 2024.2

    interface WorksheetContent {
        worksheet: Worksheet;
    }
    Index

    Properties

    Properties

    worksheet: Worksheet

    The worksheet object representing the Tableau worksheet where the extension is running.