Click or drag to resize

CommentsRange OnAction Property

Gets or sets macro associated with this shape

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string OnAction { get; set; }

Return Value

Type: String
The macro associated with this shape.

Implements

IShape OnAction
Exceptions
Exception Condition
NotSupportedException Thrown when attempting to get or set the linked cell.
See Also