[]
        
(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)
Public Sub Remove(index As Integer)
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)
Public Sub Remove(name As String)
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)
Public Sub Remove(style As CellStyle)
Parameters
Type Name Description
CellStyle style

Style to be removed from the collection.

Remarks

Built-in styles can't be removed.