Skip to main content

TdxSpreadSheetTableRows Class

A row object collection within the current Table View worksheet.

Declaration

TdxSpreadSheetTableRows = class(
    TdxSpreadSheetTableItems
)

Remarks

This class implements both the collection of column objects corresponding to the filled or modified rows within a Table View worksheet and the settings applied to all rows within a table. With a TdxSpreadSheetTableRows object, you can access and manage individual row objects, group and ungroup rows, and modify the height of all rows within a Table View worksheet.

A row object in the Spreadsheet control is created either on demand to customize the appearance of a particular row or in response to creation of a cell object hosted within the corresponding row.

As a result, a TdxSpreadSheetTableRows collection is populated with row objects whose zero-based indexes correspond to the actual positions of customized or filled rows within a Table View worksheet.

The TdxSpreadSheetTableRows class does not introduce any new functionality except for providing overridden Items property and the CreateItem function, which enable you to work with row objects rather than generic table items.

A TdxSpreadSheetTableRows object is referenced by the Table View worksheet’s Rows property.

Inheritance

See Also