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

TdxSpreadSheetTableItem.Next Property

Returns the element following the currnet table item object in the table item collection.

#Declaration

Delphi
property Next: TdxSpreadSheetTableItem read;

#Property Value

Type
TdxSpreadSheetTableItem

#Remarks

Use the Next and Prev properties to access the neighboring table item objects. If the current table item object is the last in the collection, the Next property returns nil.

Note

These properties return a generic table item object that does not correspond to any real element within the Table View worksheet. To access the column or row-specific settings of the returned object, you need to cast it to the TdxSpreadSheetTableColumn or TdxSpreadSheetTableRow type, respectively.

See Also