[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.StringItem

StringItem Class

Represents the item in which the content is a string.

Inheritance
StringItem
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public sealed class StringItem : Item<string>, IEquatable<Item<string>>, INotifyPropertyChanged
Public NotInheritable Class StringItem
    Inherits Item(Of String)
    Implements IEquatable(Of Item(Of String)), INotifyPropertyChanged

Constructors

Name Description
StringItem()

Initializes a new instance of StringItem.

StringItem(string)

Initializes a new instance of StringItem.

Methods

Name Description
CompareValue(string, string)

Compare two values of string.

Operators

Name Description
implicit operator string(StringItem)

Converts a StringItem to a string.

implicit operator StringItem(string)

Converts a string to a StringItem.