public virtual Int32 ApplyCustomType(NetOffice.ExcelApi.Enums.XlChartType chartType) { return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "ApplyCustomType", chartType)); }
public Int32 ApplyCustomType(NetOffice.ExcelApi.Enums.XlChartType chartType) { return(Factory.ExecuteInt32MethodGet(this, "ApplyCustomType", chartType)); }