CSReportEditor.cEditor.selectSection C# (CSharp) Метод

selectSection() публичный Метод

public selectSection ( String secKey ) : void
secKey String
Результат void
        public void selectSection(String secKey)
        {
            try {

                pSelectSection(secKey);

            } catch (Exception ex) {
                cError.mngError(ex, "setelectSection", C_MODULE, "");
            }
        }
cEditor