![]() |
Previous Top Next |
Row operations
|
· | The first step checks whether the cursor is currently in a row using a property. E.g. IsRowInsertEnabled, which returns a TRUE or FALSE value.
|
· | If the return value is TRUE then the row method can be called. E.g. RowAppend, which has no parameters and returns no value.
|
|