LabWork02 Done
This commit is contained in:
parent
4a4727d83a
commit
5262be530e
@ -32,7 +32,7 @@ namespace WinForms
|
||||
/// <param name="e"></param>
|
||||
private void buttonCreateTextDocument_Click(object sender, EventArgs e)
|
||||
{
|
||||
string filepath = "C:\\Users\\masen\\OneDrive\\Рабочий стол\\BigTextDocumentExcel.xls";
|
||||
string filepath = "C:\\Users\\masen\\OneDrive\\Рабочий стол\\BigTextDocumentExcel.xlsx";
|
||||
string title = "Документ с большим текстом";
|
||||
|
||||
string[] rows =
|
||||
@ -53,7 +53,7 @@ namespace WinForms
|
||||
/// <param name="e"></param>
|
||||
private void buttonCreateTableDocument_Click(object sender, EventArgs e)
|
||||
{
|
||||
string filepath = "C:\\Users\\masen\\OneDrive\\Рабочий стол\\TableDocumentExcel.xls";
|
||||
string filepath = "C:\\Users\\masen\\OneDrive\\Рабочий стол\\TableDocumentExcel.xlsx";
|
||||
string title = "Документ с таблицей";
|
||||
|
||||
List<MergeCells> mergeCells = new List<MergeCells>()
|
||||
@ -98,7 +98,7 @@ namespace WinForms
|
||||
private void buttonCreateDiagramDocument_Click(object sender, EventArgs e)
|
||||
{
|
||||
LineChartConfig config = new LineChartConfig();
|
||||
config.Filepath = "C:\\Users\\masen\\OneDrive\\Рабочий стол\\DiagramDocumentExcel.xls";
|
||||
config.Filepath = "C:\\Users\\masen\\OneDrive\\Рабочий стол\\DiagramDocumentExcel.xlsx";
|
||||
config.Header = "Документ с диаграммой";
|
||||
config.ChartTitle = "Моя диаграмма";
|
||||
string[] charts = { "График 1", "График 2" };
|
||||
|
Loading…
Reference in New Issue
Block a user