Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetTableItems Properties
Show Inherited Hide Inherited

The base class for table item collections within a Table View worksheet.
Name Description
Count Returns the list’s current capacity. Inherited from TdxDynamicItemList.
DefaultSize Specifies the default dimensions (in pixels) of column or row objects within the collection.
First Provides access to the first element within the current table item collection.
FirstIndex Returns the first stored item‘s position within the list. Inherited from TdxDynamicItemList.
Groups Provides access to the root node of the table item group hierarchy.
Items Provides zero-based indexed access to generic table items stored within the table item collection.
Last Provides access to the last element within the current table item collection.
LastIndex Returns the last stored item‘s position within the sparse item list. Inherited from TdxDynamicItemList.
View Returns a Table View worksheet to which the current table item collection belongs.
See Also