Link
Search
Menu
Expand
Document
Home
About
Installation
Getting Started
API
Properties
ArrayType
Capacity
Item
Items
Length
LowerBound
SortMethod
UpperBound
Methods
Clear
Clone
Concat
CopyFromCollection
CopyWithin
Every
EveryType
ExtractSegment
Fill
Filter
FilterType
Flatten
FromCSVFile
FromCSVString
FromExcelRange
Includes
IncludesType
IndexOf
IsSorted
Keys
LastIndexOf
Max
Min
ParseFromString
Pop
Push
Remove
ResetToDefault
Reverse
Shift
Shuffle
Slice
Sort
Splice
ToCSVFile
ToCSVString
ToExcelRange
ToString
Transpose
Unique
Unshift
Enumerations
ArrayTypes
ComparisonType
ErrorCodes
SortMethods
Examples
Contributing
FAQ
VBA Better Array on GitHub
Properties
UpperBound
UpperBound Getter
UpperBound Get Accessor
Description
Returns the upper bound of the array
Syntax
expression
.
UpperBound
Parameters
None
Returns
Type
Long
Description
The last used index of the array.
Back to UpperBound overview