[]
        
(Showing Draft Content)

C1.Win.FlexGrid.BandCollection.Add

Add Method

Add(string)

Adds new band to the end of the IBandCollection.

Declaration
public IBand Add(string name)
Parameters
Type Name Description
string name

Banded column name.

Returns
Type Description
IBand

A new band if successful, otherwise - null.

Implements

Add(Column)

Adds new band to the end of the IBandCollection.

Declaration
public IBand Add(Column column)
Parameters
Type Name Description
Column column

C1FlexGrid column prototype.

Returns
Type Description
IBand

A new band if successful, otherwise - null.

Implements

Add(string, string)

Adds new band to the end of the IBandCollection.

Declaration
public IBand Add(string name, string caption)
Parameters
Type Name Description
string name

Banded column name.

string caption

Band caption.

Returns
Type Description
IBand

A new band if successful, otherwise - null.

Implements