public void AddCollection(NetOffice.OfficeApi.CustomXMLSchemaCollection schemaCollection) { object[] paramsArray = Invoker.ValidateParamsArray(schemaCollection); Invoker.Method(this, "AddCollection", paramsArray); }
public void AddCollection(NetOffice.OfficeApi.CustomXMLSchemaCollection schemaCollection) { Factory.ExecuteMethod(this, "AddCollection", schemaCollection); }
public virtual void AddCollection(NetOffice.OfficeApi.CustomXMLSchemaCollection schemaCollection) { InvokerService.InvokeInternal.ExecuteMethod(this, "AddCollection", schemaCollection); }