Add row and column accessors for tables and grids

This commit is contained in:
Patrik Svensson
2020-10-26 11:51:35 +01:00
committed by Patrik Svensson
parent 3e5e22d6c2
commit e7f497050c
30 changed files with 511 additions and 162 deletions

View File

@ -1,4 +1,4 @@
Title: Calendar
Title: Calendar
Order: 4
RedirectFrom: calendar
---
@ -58,7 +58,7 @@ You can hide the calendar header.
```csharp
var calendar = new Calendar(2020,10);
calendar.ShowHeader = false;
calendar.ShowHeader();
AnsiConsole.Render(calendar);
```