Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

StyleCollection.Remove(String) Method

OBSOLETE

Use Hide method instead.

Marks the style with the specified name as deleted, so it can no longer be applied to cells.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

[Obsolete("Use StyleCollection.Hide(Style style) method instead.", true)]
bool Remove(
    string name
)

Parameters

Name Type Description
name String

A String value that specifies the name of the style (Style.Name) to be hidden in the collection.

Returns

Type
Boolean
See Also