public void SetParam(NetOffice.ExcelApi.Enums.XlParameterType type, object value)
 {
     Factory.ExecuteMethod(this, "SetParam", type, value);
 }