Aspose.Cells.Examples.CSharp.Articles.FormatWorksheetCells.Run C# (CSharp) Méthode

Run() private méthode

private Run ( ) : void
Résultat void
        public static void Run()
        {
            string dataDir = RunExamples.GetDataDir(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
            string filename = dataDir + "FormatWorksheet.xls";            
            CreateSalesReport(filename);
        }