Exemplo n.º 1
0
        public void RecalculateAvqCallLimitReachedError(IRibbonControl control)
        {
            Avq.CallLimitReachedError = false;

            FfeExcel.FindCells((string)Avq.AvqExcelErrorCallLimitReached(), new ExcelFindOptions()
            {
                LookIn    = XlFindLookIn.xlValues,
                LookAt    = XlLookAt.xlWhole,
                MatchCase = true
            }).Refresh("QAV");
        }