StyleGrid REALbasic Plugin

StyleGrid.InsertRow Method

Creates a row and inserts it to a requested location.

InsertRow(
   where as Integer,
   value as String)

Parameters

where
The row number where the row will be inserted.
value
The text of the first cell of the inserted row.
Other cell values in the row should be set with the Cell or with the WritableCell 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