Xceed Grid for WinForms v4.3 Documentation
Cell Class
Members 


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace : Cell Class
Represents any type of cell in the grid. The DataCell, InsertionCell, ValueCell, SummaryCell, and ColumnManagerCell all derive from this class.
Syntax
'Declaration
 
<DesignerSerializerAttribute("Xceed.Grid.Design.CellSerializer,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<DesignerAttribute("Xceed.Grid.Design.CellDesigner,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
<DefaultEventAttribute("Click")>
<DesignTimeVisibleAttribute(False)>
<DefaultPropertyAttribute("BackColor")>
<ToolboxItemAttribute(False)>
Public MustInherit Class Cell 
   Inherits VisualGridElement
'Usage
 
Dim instance As Cell
[DesignerSerializer("Xceed.Grid.Design.CellSerializer,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[Designer("Xceed.Grid.Design.CellDesigner,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
[DefaultEvent("Click")]
[DesignTimeVisible(false)]
[DefaultProperty("BackColor")]
[ToolboxItem(false)]
public abstract class Cell : VisualGridElement 
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      Xceed.Grid.GridElementBase
         Xceed.Grid.GridElement
            Xceed.Grid.VisualGridElement
               Xceed.Grid.Cell
                  Xceed.Grid.ColumnManagerCell
                  Xceed.Grid.DataCell
                  Xceed.Grid.InsertionCell
                  Xceed.Grid.SummaryCell
                  Xceed.Grid.ValueCell

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Cell Members
Xceed.Grid Namespace