コード例 #1
0
ファイル: ISeries.cs プロジェクト: toroerp/NetOffice
 public virtual Int32 ApplyCustomType(NetOffice.ExcelApi.Enums.XlChartType chartType)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "ApplyCustomType", chartType));
 }
コード例 #2
0
ファイル: ISeries.cs プロジェクト: realzhaorong/NetOffice
 public Int32 ApplyCustomType(NetOffice.ExcelApi.Enums.XlChartType chartType)
 {
     return(Factory.ExecuteInt32MethodGet(this, "ApplyCustomType", chartType));
 }