True DBGrid for WinForms
セル

The smallest unit of a grid is a undoubtedly a cell. Though in most cases, we prefer working on a column or row level, there are some operations that need to be carried out on the cell level. For example, setting values in cells, enabling tooltip in cells, cell formatting, cell editing etc.

Topic Content
基本的な操作

Discusses how to do basic operations using a cell.

セルの書式設定 Discusses how to do cell formatting in the grid.
セルの編集 Discusses how to do cell editing in the grid control.