C# 클래스 ExcelDna.Integration.ExcelCommandAttribute

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

공개 프로퍼티들

프로퍼티 타입 설명
Description string
ExplicitRegistration bool
HelpTopic string
IsExceptionSafe bool
MenuName string
MenuText string
Name string
ShortCut string
SuppressOverwriteError bool

공개 메소드들

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

메소드 상세

ExcelCommandAttribute() 공개 메소드

public ExcelCommandAttribute ( ) : System
리턴 System

ExcelCommandAttribute() 공개 메소드

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

프로퍼티 상세

Description 공개적으로 프로퍼티

public string Description
리턴 string

ExplicitRegistration 공개적으로 프로퍼티

public bool ExplicitRegistration
리턴 bool

HelpTopic 공개적으로 프로퍼티

public string HelpTopic
리턴 string

IsExceptionSafe 공개적으로 프로퍼티

public bool IsExceptionSafe
리턴 bool

MenuName 공개적으로 프로퍼티

public string MenuName
리턴 string

MenuText 공개적으로 프로퍼티

public string MenuText
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string

ShortCut 공개적으로 프로퍼티

public string ShortCut
리턴 string

SuppressOverwriteError 공개적으로 프로퍼티

public bool SuppressOverwriteError
리턴 bool