======Метод CsvImportDlg.Execute(String, String, ColumnValue[], SchemaCollection, SchemaPattern)====== * **Пространство имен:** [[developers:references:topomatic.controls.dialogs|Topomatic.Controls.Dialogs]] * **Сборка:** Topomatic.Controls (в Topomatic.Controls.dll) =====Синтаксис===== public static Nullable Execute(string caption, string fileName, ColumnValue[] columns, SchemaCollection schemaCollection, SchemaPattern pattern) **Параметры** * //caption// * Тип: System.String * //fileName// * Тип: System.String * //columns// * Тип: [[developers:references:topomatic.controls.dialogs.columnvalue|Topomatic.Controls.Dialogs.ColumnValue]][] * //schemaCollection// * Тип: [[developers:references:topomatic.controls.dialogs.schemacollection|Topomatic.Controls.Dialogs.SchemaCollection]] * //pattern// * Тип: [[developers:references:topomatic.controls.dialogs.schemapattern|Topomatic.Controls.Dialogs.SchemaPattern]] **Возвращаемое значение** * Тип: System.Nullable<[[developers:references:topomatic.controls.dialogs.schemapattern|Topomatic.Controls.Dialogs.SchemaPattern]]>