ActionEventArgs Interface
Provides data for the Click and BeforeCaptionShow events. This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010. .
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. This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010. . |
|
Range | Gets the range containing the text that has been recognized as a smart tag. This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010. . |
|
Text | Gets the text that was recognized as a smart tag. This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010. . |
Top