Out-GridTree
c05f8a3
/
OutGridTree
/
OutputMode.cs
Clone
▼
Name
Message
Date
📄
ColumnFormatter.cs
Format window with `FormatData`
1 month ago
📄
OutGridTree.cs
Output selected records
1 month ago
📄
OutGridTree.csproj
Format window with `FormatData`
1 month ago
📄
OutputMode.cs
Output selected records
1 month ago
📄
packages.lock.json
Format window with `FormatData`
1 month ago
📄
OutGridTree/OutputMode.cs
1
2
3
4
5
6
7
8
9
namespace
OutGridTree;
public enum
OutputMode
{
None
,
Single
,
Multiple
,
}