| BitArray: Item (get) |
Returns the value of a specific bit in the array.
Public Property Get Item( ByVal Index As Long ) As Boolean
The index is zero based.
Read/Write.
Project VBCorLib Overview Class BitArray Overview BitArray Properties BitArray Methods IsReadOnly (get) Item (let)