Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Int32 ColumnCount(TStrings aList, Int32 Row, String Delimiter) | |
| 2 | Int32 ColumnCount(String[] aList, Int32 Row, String Delimiter) |
Overload 1: Int32 ColumnCount(TStrings aList, Int32 Row, String Delimiter)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aList | TStrings | |
| 2 | Row | Int32 | |
| 3 | Delimiter | String |
Returns: Int32
Overload 2: Int32 ColumnCount(String[] aList, Int32 Row, String Delimiter)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aList | String[] | |
| 2 | Row | Int32 | |
| 3 | Delimiter | String |
Returns: Int32