:: com :: sun :: star :: awt :: grid ::

service DefaultGridDataModel
Supported Interface
XMutableGridDataModel
Description
If you do not want to implement the XGridDataModel yourself, use this service.

The DefaultGridDataModel implementation is a dumb container of tabular data. You can add and remove rows, modify cell values, and the like.

The implementation will implicitly increase its column count if you add a row which has more values than the current column count.

Since
OOo 3.3



 Top of Page