Namespace: VBA
Class IVBArray
Methods |
---|
Function byteArray() As Byte
No description avail
|
Function boolArray() As Boolean
No description avail
|
Function intArray() As Integer
No description avail
|
Function doubleArray() As Double
No description avail
|
Function longArray() As Long
No description avail
|
Function floatArray() As Single
No description avail
|
Function stringArray() As String
No description avail
|
Function objectArray() As Object
No description avail
|
No description avail
|
Function cloneArray() As Variant
No description avail
|
No description avail
|
Sub setValueNative(Index As Integer, Value As Object)
No description avail
|
No description avail
|
Function getLBound() As Integer
No description avail
|
Function getLBound(Index As Integer) As Integer
No description avail
|
Function getUBound() As Integer
No description avail
|
Function getUBound(Index As Integer) As Integer
No description avail
|
Function getBase() As Integer
No description avail
|
Sub setBound(iNewLBound As Integer, iNewUBound As Integer, bPreserve As Boolean)
No description avail
|
Function getFromDimension(Index As Integer) As Variant
No description avail
|
Sub addDimension(iNewLBound As Integer, iNewUBound As Integer, bPreserve As Boolean)
No description avail
|
Function valueOfDbl(Index As Integer) As Double
No description avail
|
Sub setValueDbl(Index As Integer, Value As Double)
No description avail
|
Function valueOfInt(Index As Integer) As Integer
No description avail
|
Sub setValueInt(Index As Integer, Value As Integer)
No description avail
|
Function valueOfLng(Index As Integer) As Long
No description avail
|
Sub setValueLng(Index As Integer, Value As Long)
No description avail
|
Function valueOfObj(Index As Integer) As Object
No description avail
|
Sub setValueObj(Index As Integer, Value As Object)
No description avail
|
Function valueOfStr(Index As Integer) As String
No description avail
|
Function valueOfVar(Index As Integer) As Variant
No description avail
|
Sub setValueVar(Index As Integer, Value As Variant)
No description avail
|
Sub setValueStr(Index As Integer, Value As String)
No description avail
|
Sub addStringItem(NewItem As String)
No description avail
|
Function toDebugString() As String
No description avail
|
Function toString() As String
No description avail
|