C# Class ExcelDna.Integration.CustomUI.CommandBars

Mostrar archivo Open project: system-tradingtech/DataTools Class Usage Examples

Public Methods

Method Description
Add ( string name, MsoBarPosition barPosition ) : CommandBar
GetComObject ( ) : object
this ( int i ) : CommandBar
this ( string name ) : CommandBar

Private Methods

Method Description
CommandBars ( object commandBars ) : System

Method Details

Add() public method

public Add ( string name, MsoBarPosition barPosition ) : CommandBar
name string
barPosition MsoBarPosition
return CommandBar

GetComObject() public method

public GetComObject ( ) : object
return object

this() public method

public this ( int i ) : CommandBar
i int
return CommandBar

this() public method

public this ( string name ) : CommandBar
name string
return CommandBar