Aspose.Cells.GridWeb.Examples.CSharp.Miscellaneous.Formula.ApplyStatisticalFormulas.ReLoadData C# (CSharp) Метод

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

private ReLoadData ( ) : void
Результат void
        private void ReLoadData()
        {
            // Create path to xls file
            string path = (this.Master as Site).GetDataDir();

            // Set filename
            string fileName = path + "\\Miscellaneous\\Statistical.xls";

            // Imports from an excel file.
            GridWeb1.ImportExcelFile(fileName);
        }