Gets
IBand item from the collection by the name.
'Declaration
Public Overloads ReadOnly Property Item( _
ByVal As String _
) As IBand
public IBand Item(
string
) {get;}
Parameters
- name
- Banded column name.
Property Value
A band if successful, otherwise - null.