示例#1
0
 public virtual Int32 ApplyCustomType(NetOffice.ExcelApi.Enums.XlChartType chartType)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "ApplyCustomType", chartType));
 }
示例#2
0
 public Int32 ApplyCustomType(NetOffice.ExcelApi.Enums.XlChartType chartType)
 {
     return(Factory.ExecuteInt32MethodGet(this, "ApplyCustomType", chartType));
 }