Cell Class
See Also  Members  
Xceed.Grid 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.

Object Model


























Syntax

Visual Basic (Declaration) 
<DesignerSerializerAttribute(SerializerTypeName="Xceed.Grid.Design.CellSerializer,Xceed.Grid.Design,Version=3.8.8426.00005,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", SerializerBaseTypeName="System.ComponentModel.Design.Serialization.CodeDomSerializer")>
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="Xceed.Grid.Design.CellDesigner,Xceed.Grid.Design,Version=3.8.8426.00005,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
Public MustInherit Class Cell 
   Inherits VisualGridElement
C# 
[DesignerSerializerAttribute(SerializerTypeName="Xceed.Grid.Design.CellSerializer,Xceed.Grid.Design,Version=3.8.8426.00005,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", SerializerBaseTypeName="System.ComponentModel.Design.Serialization.CodeDomSerializer")]
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="Xceed.Grid.Design.CellDesigner,Xceed.Grid.Design,Version=3.8.8426.00005,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
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

Supported Operating Systems: Windows 2000 Service Pack 3; Windows 98; Windows 98 Second Edition; Windows ME; Windows Server 2003; Windows Vista Business; Windows Vista Business 64-bit edition; Windows Vista Enterprise; Windows Vista Enterprise 64-bit edition; Windows Vista Home Basic; Windows Vista Home Basic 64-bit edition; Windows Vista Home Premium; Windows Vista Home Premium 64-bit edition; Windows Vista Starter; Windows Vista Ultimate; Windows Vista Ultimate 64-bit edition; Windows XP Service Pack 2

Supported Frameworks: Microsoft .NET Framework version 2.0; Microsoft .NET Framework version 3.0

See Also