Skip to content

Commit 6433310

Browse files
committed
Docs update
1 parent 42347bc commit 6433310

File tree

7 files changed

+73
-10
lines changed

7 files changed

+73
-10
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: AggregateFunctions
3+
parent: Enumerations
4+
grand_parent: API
5+
nav_order: 1
6+
---
7+
8+
# AggregateFunctions Enum
9+
{: .fs-9 }
10+
11+
Provides a list of constants to configure the `Group` method of the `CSVArrayList.cls` module.
12+
{: .fs-6 .fw-300 }
13+
14+
---
15+
16+
## Parts
17+
18+
|**_Constant_**|**_Member name_**|
19+
|:----------|:----------|
20+
|0|*AF_Count*|
21+
|1|*AF_Max*|
22+
|2|*AF_Min*|
23+
|3|*AF_Sum*|
24+
|4|*AF_AVG*|
25+
|5|*AF_Summary*|
26+
27+
---
28+
29+
## Syntax
30+
31+
*variable* = `AggregateFunctions`.*MemberName*
32+
33+
[Back to Enumerations overview](https://ws-garcia.github.io/VBA-CSV-interface/api/enumerations/)

docs/api/enumerations/endlinechar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: EndLineChar
33
parent: Enumerations
44
grand_parent: API
5-
nav_order: 1
5+
nav_order: 2
66
---
77

88
# EndLineChar Enum
@@ -25,7 +25,7 @@ Provides a list of constants to configure the `WriteBlankLines` method of the `C
2525

2626
## Syntax
2727

28-
*variable* = `EndLineChar`.*Constant*
28+
*variable* = `EndLineChar`.*MemberName*
2929

3030
>📝**Note**
3131
>{: .text-grey-lt-000 .bg-green-000 }

docs/api/enumerations/escapestyle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: EscapeStyle
33
parent: Enumerations
44
grand_parent: API
5-
nav_order: 2
5+
nav_order: 3
66
---
77

88
# EscapeStyle Enum
@@ -24,7 +24,7 @@ Provides a list of constants to configure the escape mechanism used when parsing
2424

2525
## Syntax
2626

27-
*variable* = `EscapeStyle`.*Constant*
27+
*variable* = `EscapeStyle`.*MemberName*
2828

2929
>📝**Note**
3030
>{: .text-grey-lt-000 .bg-green-000 }

docs/api/enumerations/jointype.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: JoinType
3+
parent: Enumerations
4+
grand_parent: API
5+
nav_order: 4
6+
---
7+
8+
# JoinType Enum
9+
{: .fs-9 }
10+
11+
Provides a list of constants to configure the `tJoin` method.
12+
{: .fs-6 .fw-300 }
13+
14+
---
15+
16+
## Parts
17+
18+
|**_Constant_**|**_Member name_**|
19+
|:----------|:----------|
20+
|0|*JT_LeftJoin*|
21+
|1|*JT_RightJoin*|
22+
|2|*JT_InnerJoin*|
23+
24+
---
25+
26+
## Syntax
27+
28+
*variable* = `JoinType`.*MemberName*
29+
30+
[Back to Enumerations overview](https://ws-garcia.github.io/VBA-CSV-interface/api/enumerations/)

docs/api/enumerations/quotetokens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: QuoteTokens
33
parent: Enumerations
44
grand_parent: API
5-
nav_order: 3
5+
nav_order: 5
66
---
77

88
# QuoteTokens Enum
@@ -25,7 +25,7 @@ Provides a list of constants to configure the char used as escape character.
2525

2626
## Syntax
2727

28-
*variable* = `QuoteTokens`.*Constant*
28+
*variable* = `QuoteTokens`.*MemberName*
2929

3030
>📝**Note**
3131
>{: .text-grey-lt-000 .bg-green-000 }

docs/api/enumerations/sortingalgorithms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: SortingAlgorithms
33
parent: Enumerations
44
grand_parent: API
5-
nav_order: 4
5+
nav_order: 6
66
---
77

88
# SortingAlgorithms Enum
@@ -29,7 +29,7 @@ Provides a list of constants to configure the sorting algorithm used when sortin
2929

3030
## Syntax
3131

32-
*variable* = `SortingAlgorithms`.*Constant*
32+
*variable* = `SortingAlgorithms`.*MemberName*
3333

3434
>📝**Note**
3535
>{: .text-grey-lt-000 .bg-green-000 }

docs/api/enumerations/typeconversion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: TypeConversion
33
parent: Enumerations
44
grand_parent: API
5-
nav_order: 5
5+
nav_order: 7
66
---
77

88
# TypeConversion Enum
@@ -27,7 +27,7 @@ Provides a list of constants to configure the Dynamic Typing conversion behavior
2727

2828
## Syntax
2929

30-
*variable* = `TypeConversion`.*Constant*
30+
*variable* = `TypeConversion`.*MemberName*
3131

3232
>📝**Note**
3333
>{: .text-grey-lt-000 .bg-green-000 }

0 commit comments

Comments
 (0)