FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid.Classic Namespace / Cell Class
Members

In This Topic
    Cell Class
    In This Topic
    Cell is a helper class that exposes indexers to implement the original Cell property. This allows you to write: [C#] fg.Cell[CellPropertySettings.flexcpBackColor, 1, 1] = Color.Red; [VB] fg.Cell(CellPropertySettings.flexcpBackColor, 1, 1) = Color.Red
    Object Model
    Cell Class
    Syntax
    'Declaration
     
    
    Public Class Cell 
    public class Cell 
    Inheritance Hierarchy

    System.Object
       C1.Win.C1FlexGrid.Classic.Cell

    See Also