📚 SAP Business One SDK Help

CommonSetting Property
See Also 

Description

The common settings for cells or rows in a grid or matrix.

Property type

Read-only property

Syntax

Visual Basic
Public Property CommonSetting() As CommonSetting

Remarks

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).

See Also