StyleGrid REALbasic Plugin |
|
StyleGrid.AppendRow Method
Creates a row and appends it at the end of the StyleGrid.
AppendRow(
value as String)
Parameters
- value
- The value of the first cell of the appended row.
Other cell values in the row should be set with the Cell property.
Remarks
Supported Encodings:
MacOS Classic: System Default.
MacOS X: All encodings that REALbasic supports.
Windows (*NT Based): System Default, UTF-8, UTF-16.
Windows (Non NT Based): System Default.
Linux: UTF-8
*NT Based Windows Systems are:
Windows NT, Windows 2000, Windows 2000 Server, Windows XP, Windows 2003 Server.
See Also
StyleGrid Control