XlsShape
OnAction Property
|
Gets or sets macro-command that is called when action happens.
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
Property Value
Type:
String
Implements
IShape
OnAction
See Also