C# Class ExcelDna.Integration.ExcelArgumentAttribute

Inheritance: System.Attribute
Exibir arquivo 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_oe property

public bool AllowReference
return bool

Description public_oe property

public string Description
return string

Name public_oe property

public string Name
return string