Aspose.Cells.GridWeb.Examples.CSharp.Miscellaneous.Formula.ApplyTextAndDataFormulas.ReLoadData C# (CSharp) Method

ReLoadData() private method

private ReLoadData ( ) : void
return void
        private void ReLoadData()
        {
            // Create path to xls file
            string path = (this.Master as Site).GetDataDir();

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

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