Class SheetsExtensionPoint (2.0.0)

public sealed class SheetsExtensionPoint : IMessage<SheetsExtensionPoint>, IEquatable<SheetsExtensionPoint>, IDeepCloneable<SheetsExtensionPoint>, IBufferMessage, IMessage

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