public sealed class SheetsExtensionPoint : IMessage<SheetsExtensionPoint>, IEquatable<SheetsExtensionPoint>, IDeepCloneable<SheetsExtensionPoint>, IBufferMessage, IMessage
Reference documentation and code samples for the Google.Apps.Script.Type class SheetsExtensionPoint.
Common format for declaring a Sheets add-on's triggers.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `SheetsExtensionPoint` class, part of the `Google.Apps.Script.Type` namespace, is used for declaring triggers for Sheets add-ons and is available in versions from 1.0.0 to the latest 2.3.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `SheetsExtensionPoint` class has a property called `RunFunction`, which is a string representing the required endpoint to execute when the extension point is activated."],["There are two constructors available for `SheetsExtensionPoint`, one being the empty default, and another one allowing you to set the parameters from another `SheetsExtensionPoint` object."],["This documentation provides reference material and code examples relating to the `SheetsExtensionPoint` class."]]],[]]