Cell は、元の Cell プロパティを実装するためのインデクサを公開する ヘルパークラスです。 これにより、次のように記述できます。 [C#] fg.Cell[CellPropertySettings.flexcpBackColor, 1, 1] = Color.Red; [VB] fg.Cell(CellPropertySettings.flexcpBackColor, 1, 1) = Color.Red
System.Object
C1.Win.C1FlexGrid.Classic.Cell