C# 클래스 ExportJsonPlugin.ExportJson

상속: Microsoft.Office.Tools.Ribbon.RibbonBase
파일 보기 프로젝트 열기: wanggan768q/ExportJson-for-Excel-2014

Private Properties

프로퍼티 타입 설명
ExportJsonOfNormal void
ExportJsonOfType void
ExportJson_Load void
GetLine List
InitializeComponent void
Save void

공개 메소드들

메소드 설명
ExportJson ( )

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

清理所有正在使用的资源。

비공개 메소드들

메소드 설명
ExportJsonOfNormal ( object sender, RibbonControlEventArgs e ) : void

把所有数据导出 1.字段 2.数据

ExportJsonOfType ( object sender, RibbonControlEventArgs e ) : void

根据类型导出数据 1.描述 2.类型 I->int F->float S->String B->bool 3.字段 4.数据 一级分隔符| 二级分隔符 _

ExportJson_Load ( object sender, RibbonUIEventArgs e ) : void
GetLine ( Microsoft.Office.Interop.Excel sheet, int lineNum, bool assert = true ) : List

InitializeComponent ( ) : void

设计器支持所需的方法 - 不要修改 使用代码编辑器修改此方法的内容。

Save ( string json ) : void

메소드 상세

Dispose() 보호된 메소드

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
리턴 void

ExportJson() 공개 메소드

public ExportJson ( )