Add(String,String) Method
Adds new band to the end of the
IBandCollection.
'Declaration
Overloads Function Add( _
ByVal As String, _
ByVal As String _
) As IBand
Parameters
- name
- Banded column name.
- caption
- Band caption.
Return Value
A new band if successful, otherwise - null.