Epicor で EpiUltraGrid のセルの色を変更しようとしています。
EpiUltraGrid は Infragistics UltraGrid に基づいています。
次のコード行を試しました。
grdPOSuggestions.Rows[i].Cells[13].Appearanace.BackColor = Color.LightGreen;
しかし、次のエラーが表示されます。
'Infragistics.Win.UltraWinGrid.UltraGridCell' does not contain a definition for 'Appearanace'
セルの色を変更するにはどうすればよいですか?