Tableau Extensions API
    Preparing search index...

    Interface WorksheetFormattingChangedEvent

    An event raised when the worksheet's formatting changes. Note that this event is also raised when the workbook's formatting changes.

    1.13 and Tableau 2025.1

    interface WorksheetFormattingChangedEvent {
        formatting: WorksheetFormatting;
        sheet: Sheet;
        type: TableauEventType;
        worksheet: Worksheet;
    }

    Hierarchy (View Summary)

    Index

    Properties

    The new formatting

    sheet: Sheet

    The sheet which was the source of this event.

    The type of event which this class is representing.

    worksheet: Worksheet

    The worksheet which was the source of this event.