GetAsXML | Reterns the XML format string that holds cell configuration data. |
GetCellBackColor | Returns the background color of a cell in a matrix or a grid. |
GetCellEditable | Returns the information as to whether a cell is editable. |
GetCellFontColor | Returns the font color of a cell in a matrix or a grid. |
GetCellFontSize | Returns the font size of a cell in a matrix or a grid. |
GetCellFontStyle | Returns the font style of a cell in a matrix or a grid. |
MergeCell | Merge 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. |
SeparateLine | The separation line between two rows. |
SetCellBackColor | Updates the background color of a cell in a matrix or a grid. |
SetCellEditable | Sets the flag for whether a cell is editable. |
SetCellFontColor | Updates the font color of a cell in a matrix or a grid. |
SetCellFontSize | Updates the font size of a cell in a matrix or a grid. |
SetCellFontStyle | Updates the font style of a cell in a matrix or a grid. |
SetRowBackColor | Updates the background color of a row in a matrix or a grid. |
SetRowEditable | Sets the flag for whether a row is editable. |
SetRowFontColor | Updates the font color of a row in a matrix or a grid. |
SetRowFontSize | Updates the font size of a row in a matrix or a grid. |
SetRowFontStyle | Updates the font style of a row in a matrix or a grid. |
UpdateFromXML | Updates a cell from an XML format string. |