| CommonSetting Property | |
| See Also |
The common settings for cells or rows in a grid or matrix.
Read-only property
| Visual Basic |
|---|
Public Property CommonSetting() As CommonSetting |
In the Grid object, rows and columns start at 0, while in this property, the row and column start at 1.
For example, to set the font size of the first cell in the grid, use oGrid.CommonSetting.SetCellFontSize(1, 1, 15).