C# 클래스 ExcelDna.Integration.ExcelArgumentAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: Excel-DNA/ExcelDna 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AllowReference bool
Description string
Name string

공개 메소드들

메소드 설명
ExcelArgumentAttribute ( ) : System
ExcelArgumentAttribute ( string description ) : System

메소드 상세

ExcelArgumentAttribute() 공개 메소드

public ExcelArgumentAttribute ( ) : System
리턴 System

ExcelArgumentAttribute() 공개 메소드

public ExcelArgumentAttribute ( string description ) : System
description string
리턴 System

프로퍼티 상세

AllowReference 공개적으로 프로퍼티

public bool AllowReference
리턴 bool

Description 공개적으로 프로퍼티

public string Description
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string