C# Class ExcelDna.Integration.ExcelArgumentAttribute

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

Méthodes publiques

Свойство Type Description
AllowReference bool
Description string
Name string

Méthodes publiques

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

Method Details

ExcelArgumentAttribute() public méthode

public ExcelArgumentAttribute ( ) : System
Résultat System

ExcelArgumentAttribute() public méthode

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

Property Details

AllowReference public_oe property

public bool AllowReference
Résultat bool

Description public_oe property

public string Description
Résultat string

Name public_oe property

public string Name
Résultat string