C# Class ExcelDna.Integration.ExcelFunctionAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: Excel-DNA/ExcelDna Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
ExcelFunctionAttribute ( ) : System
ExcelFunctionAttribute ( string description ) : System

Method Details

ExcelFunctionAttribute() public méthode

public ExcelFunctionAttribute ( ) : System
Résultat System

ExcelFunctionAttribute() public méthode

public ExcelFunctionAttribute ( string description ) : System
description string
Résultat System

Property Details

Category public_oe property

public string Category
Résultat string

Description public_oe property

public string Description
Résultat string

ExplicitRegistration public_oe property

public bool ExplicitRegistration
Résultat bool

HelpTopic public_oe property

public string HelpTopic
Résultat string

IsClusterSafe public_oe property

public bool IsClusterSafe
Résultat bool

IsExceptionSafe public_oe property

public bool IsExceptionSafe
Résultat bool

IsHidden public_oe property

public bool IsHidden
Résultat bool

IsMacroType public_oe property

public bool IsMacroType
Résultat bool

IsThreadSafe public_oe property

public bool IsThreadSafe
Résultat bool

IsVolatile public_oe property

public bool IsVolatile
Résultat bool

Name public_oe property

public string Name
Résultat string

SuppressOverwriteError public_oe property

public bool SuppressOverwriteError
Résultat bool