Skip to content

Commit e801c09

Browse files
authored
Merge pull request #222 from SyncfusionExamples/974965-TableUGChanges
974965-Modify working with tables page in XlsIO UG
2 parents ef21a86 + 83bf150 commit e801c09

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)