C# Class ExcelDna.Integration.ExcelArgumentAttribute

Inheritance: System.Attribute
Show file Open project: Excel-DNA/ExcelDna Class Usage Examples

Public Properties

Property Type Description
AllowReference bool
Description string
Name string

Public Methods

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

Method Details

ExcelArgumentAttribute() public method

public ExcelArgumentAttribute ( ) : System
return System

ExcelArgumentAttribute() public method

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

Property Details

AllowReference public property

public bool AllowReference
return bool

Description public property

public string Description
return string

Name public property

public string Name
return string