PrintAsTable
01 Syntax
Microsoft.VisualBasic.ApplicationServices.Terminal.PrintAsTable
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| 2 | Returns a text string | |
| PrintTable | 1 | 与函数PrintAsTable.Print())所不同的是,这个函数还会添加边框 |
| 5 | Print the string dictionary as table |
03 Members
Print``1(
IEnumerable(Of ``0), Boolean)Returns a text string
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
source | IEnumerable(Of ``0) | - |
addBorder | Boolean | - |
Print``1(
IEnumerable(Of ``0), TextWriter, Boolean)Print the object collection as table on the console
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
source | IEnumerable(Of ``0) | - |
dev | TextWriter | - |
addBorder | Boolean | - |
PrintTable(
IEnumerable(Of String()), TextWriter, Char, String(), Boolean, Int32)与函数PrintAsTable.Print()所不同的是,这个函数还会添加边框
Parameters
| Name | Type | Description |
|---|---|---|
source | IEnumerable(Of String()) | Each element is a row in table matrix |
dev | TextWriter | - |
sep | Char | - |
Print(
IEnumerable(Of String()), TextWriter, Char, Int32)Print the string matrix collection source in table layout.
Parameters
| Name | Type | Description |
|---|---|---|
source | IEnumerable(Of String()) | The string matrix collection. |
dev | TextWriter | The output device |
sep | Char | - |
Print(
Dictionary(Of String, String), TextWriter, Char, Int32)Print the string dictionary as table
Parameters
| Name | Type | Description |
|---|---|---|
table | Dictionary(Of String, String) | - |
dev | TextWriter | - |
sep | Char | - |
Print(
IEnumerable(Of T), Boolean)Print(
IEnumerable(Of T), TextWriter, Boolean)Print(
IEnumerable(Of NamedValue(Of String)), TextWriter, Char, Boolean, Int32)