[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.Classic.Cell

Cell Class

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

Inheritance
Cell
Namespace: C1.Win.C1FlexGrid.Classic
Assembly: C1.Win.C1FlexGrid.Classic.4.8.dll
Syntax
public class Cell

Properties

Name Description
this[CellPropertySettings, int, int]
this[CellPropertySettings, int, int, int, int]