C# Class ExcelDna.Integration.ExcelFunctionAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: Excel-DNA/ExcelDna Class Usage Examples

Public Properties

Property Type Description
Category string
Description string
ExplicitRegistration bool
HelpTopic string
IsClusterSafe bool
IsExceptionSafe bool
IsHidden bool
IsMacroType bool
IsThreadSafe bool
IsVolatile bool
Name string
SuppressOverwriteError bool

Public Methods

Method Description
ExcelFunctionAttribute ( ) : System
ExcelFunctionAttribute ( string description ) : System

Method Details

ExcelFunctionAttribute() public method

public ExcelFunctionAttribute ( ) : System
return System

ExcelFunctionAttribute() public method

public ExcelFunctionAttribute ( string description ) : System
description string
return System

Property Details

Category public_oe property

public string Category
return string

Description public_oe property

public string Description
return string

ExplicitRegistration public_oe property

public bool ExplicitRegistration
return bool

HelpTopic public_oe property

public string HelpTopic
return string

IsClusterSafe public_oe property

public bool IsClusterSafe
return bool

IsExceptionSafe public_oe property

public bool IsExceptionSafe
return bool

IsHidden public_oe property

public bool IsHidden
return bool

IsMacroType public_oe property

public bool IsMacroType
return bool

IsThreadSafe public_oe property

public bool IsThreadSafe
return bool

IsVolatile public_oe property

public bool IsVolatile
return bool

Name public_oe property

public string Name
return string

SuppressOverwriteError public_oe property

public bool SuppressOverwriteError
return bool