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


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

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

    See Also