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; }
Public Property OnAction As String
Get
Set
public:
virtual property String^ OnAction {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract OnAction : string with get, set
override OnAction : string with 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