CSReportDll.cReportSections.pRefreshIndex C# (CSharp) Метод

pRefreshIndex() приватный Метод

private pRefreshIndex ( ) : void
Результат void
        private void pRefreshIndex()
        {
            for (int i = 0; i < this.count(); i++)
            {
                item(i).setRealIndex(i);
            }
        }