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


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

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

    See Also