📚 SAP Business One SDK Help

CommonSetting Object Members
See Also  Overview 

Public Methods

Public Method GetAsXMLReterns the XML format string that holds cell configuration data.
Public Method GetCellBackColorReturns the background color of a cell in a matrix or a grid.
Public Method GetCellEditableReturns the information as to whether a cell is editable.
Public Method GetCellFontColorReturns the font color of a cell in a matrix or a grid.
Public Method GetCellFontSizeReturns the font size of a cell in a matrix or a grid.
Public Method GetCellFontStyleReturns the font style of a cell in a matrix or a grid.
Public Method MergeCellMerge cells in a row, from the first one you want until the last one you want.

The text displayed in a merged cell is the content from the first cell.

Public Method SeparateLineThe separation line between two rows.
Public Method SetCellBackColorUpdates the background color of a cell in a matrix or a grid.
Public Method SetCellEditableSets the flag for whether a cell is editable.
Public Method SetCellFontColorUpdates the font color of a cell in a matrix or a grid.
Public Method SetCellFontSizeUpdates the font size of a cell in a matrix or a grid.
Public Method SetCellFontStyleUpdates the font style of a cell in a matrix or a grid.
Public Method SetRowBackColorUpdates the background color of a row in a matrix or a grid.
Public Method SetRowEditableSets the flag for whether a row is editable.
Public Method SetRowFontColorUpdates the font color of a row in a matrix or a grid.
Public Method SetRowFontSizeUpdates the font size of a row in a matrix or a grid.
Public Method SetRowFontStyleUpdates the font style of a row in a matrix or a grid.
Public Method UpdateFromXMLUpdates a cell from an XML format string.

Public Properties

Public Property EnableArrowKeyEnables you to use the arrow key, which you can click to change the position of a row.
Public Property FixedColumnsCountEnables you to pin a column in a grid or a matrix.

See Also