Aspose.Cells.Examples.CSharp.Articles.FormatWorksheetCells.Run C# (CSharp) Method

Run() private method

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