Skip to content

Commit 83bf150

Browse files
974965-TableUGChanges
1 parent ef21a86 commit 83bf150

File tree

1 file changed

+1
-1
lines changed
  • Create and Edit Table/Read Table/.NET/Read Table/Read Table

1 file changed

+1
-1
lines changed

Create and Edit Table/Read Table/.NET/Read Table/Read Table/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ static void Main(string[] args)
2020
IListObject table = worksheet.ListObjects[0];
2121

2222
//Modifying table name
23-
table.Name = "SalesTable";
23+
table.DisplayName = "SalesTable";
2424

2525
#region Save
2626
//Saving the workbook

0 commit comments

Comments
 (0)