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.Prev Property

Returns the element that precedes the table item object in the table item collection.

#Declaration

Delphi
property Prev: 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 first in the collection, the Prev 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