[]
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
public class Cell
Name | Description |
---|---|
this[CellPropertySettings, int, int] | |
this[CellPropertySettings, int, int, int, int] |