Google.Apps.Script.Type - Class SheetsExtensionPoint (2.3.0)

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.

Inheritance

object > SheetsExtensionPoint

Namespace

Google.Apps.Script.Type.Sheets

Assembly

Google.Apps.Script.Type.dll

Constructors

SheetsExtensionPoint()

public SheetsExtensionPoint()

SheetsExtensionPoint(SheetsExtensionPoint)

public SheetsExtensionPoint(SheetsExtensionPoint other)
Parameter
NameDescription
otherSheetsExtensionPoint

Properties

RunFunction

public string RunFunction { get; set; }

Required. The endpoint to execute when this extension point is activated.

Property Value
TypeDescription
string