ActionEventArgs Interface
Provides data for the Click and BeforeCaptionShow events.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Syntax
'Declaration
<GuidAttribute("b32c4e9e-2a96-4182-8972-e79f03b52f22")> _
Public Interface ActionEventArgs
[GuidAttribute("b32c4e9e-2a96-4182-8972-e79f03b52f22")]
public interface ActionEventArgs
The ActionEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
Properties | Gets all properties that have been implemented for the smart tag. | |
Range | Gets the range containing the text that has been recognized as a smart tag. | |
Text | Gets the text that was recognized as a smart tag. |
Top