Aspose.Cells.GridWeb.Examples.CSharp.GridWebBasics.ApplyTabBarStyle.LoadData C# (CSharp) Méthode

LoadData() private méthode

private LoadData ( ) : void
Résultat void
        private void LoadData()
        {
            // Gets the web application's path.
            string path = (this.Master as Site).GetDataDir();

            string fileName = path + "\\GridWebBasics\\Skins.xls";

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