C# 클래스 ExcelDna.Integration.CustomUI.CommandBars

파일 보기 프로젝트 열기: system-tradingtech/DataTools 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string name, MsoBarPosition barPosition ) : CommandBar
GetComObject ( ) : object
this ( int i ) : CommandBar
this ( string name ) : CommandBar

비공개 메소드들

메소드 설명
CommandBars ( object commandBars ) : System

메소드 상세

Add() 공개 메소드

public Add ( string name, MsoBarPosition barPosition ) : CommandBar
name string
barPosition MsoBarPosition
리턴 CommandBar

GetComObject() 공개 메소드

public GetComObject ( ) : object
리턴 object

this() 공개 메소드

public this ( int i ) : CommandBar
i int
리턴 CommandBar

this() 공개 메소드

public this ( string name ) : CommandBar
name string
리턴 CommandBar