[]
Removes a custom style from the collection.
public void Remove(int index)
Type | Name | Description |
---|---|---|
int | index | Index of the style to be removed. |
Built-in styles can't be removed.
Removes a custom style from the collection.
public void Remove(string name)
Type | Name | Description |
---|---|---|
string | name | Name of the style to be removed. |
Built-in styles can't be removed.
Removes a custom style from the collection.
public void Remove(CellStyle style)
Type | Name | Description |
---|---|---|
CellStyle | style | Style to be removed from the collection. |
Built-in styles can't be removed.