[]
        
(Showing Draft Content)

C1.Win.FlexGrid.CellStyleCollection.Remove

Remove Method

Remove(int)

Removes a custom style from the collection.

Declaration
public void Remove(int index)
Parameters
Type Name Description
int index

Index of the style to be removed.

Remarks

Built-in styles can't be removed.

Remove(string)

Removes a custom style from the collection.

Declaration
public void Remove(string name)
Parameters
Type Name Description
string name

Name of the style to be removed.

Remarks

Built-in styles can't be removed.

Remove(CellStyle)

Removes a custom style from the collection.

Declaration
public void Remove(CellStyle style)
Parameters
Type Name Description
CellStyle style

Style to be removed from the collection.

Remarks

Built-in styles can't be removed.