Skip to content

Commit

Permalink
use NameLocally in S1Table
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenyagusev committed Feb 11, 2022
1 parent b414b1c commit 19afc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BookFx.Usage/S1Table.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public static class S1Table
.Add(Col()
.Add(Data("00001", "First long name with auto fit", 1000, 1020, 1500, 1550))
.Add(Data("00002", "Second long name with auto fit", 1200, 1240, 1600, 1690))
.NameGlobally("Data"))
.NameLocally("Data"))
.Add(Total())
.AutoSpan()
.Style(Style().DefaultBorder())
Expand Down

0 comments on commit 19afc92

Please sign in to comment.