Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / StringItem Class
Members


In This Topic
    StringItem Class
    In This Topic
    Represents the item in which the content is a string.
    Object Model
    StringItem Class
    Syntax
    'Declaration
     
    <ContentPropertyAttribute("Value")>
    Public NotInheritable Class StringItem 
       Inherits GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item(Of String)
    'Usage
     
    Dim instance As StringItem
    [ContentProperty("Value")]
    public sealed class StringItem : GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item<string> 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item<T>
          GrapeCity.Wpf.SpreadSheet.CellType.Editors.StringItem

    See Also