Aspose.Cells.GridWeb.Examples.CSharp.Miscellaneous.Formula.ApplyLogicalFormulas.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\\Logical.xls";

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