File tree Expand file tree Collapse file tree 7 files changed +73
-10
lines changed
Expand file tree Collapse file tree 7 files changed +73
-10
lines changed Original file line number Diff line number Diff line change 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/ )
Original file line number Diff line number Diff line change 22title : EndLineChar
33parent : Enumerations
44grand_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 }
Original file line number Diff line number Diff line change 22title : EscapeStyle
33parent : Enumerations
44grand_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 }
Original file line number Diff line number Diff line change 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/ )
Original file line number Diff line number Diff line change 22title : QuoteTokens
33parent : Enumerations
44grand_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 }
Original file line number Diff line number Diff line change 22title : SortingAlgorithms
33parent : Enumerations
44grand_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 }
Original file line number Diff line number Diff line change 22title : TypeConversion
33parent : Enumerations
44grand_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 }
You can’t perform that action at this time.
0 commit comments