TdxSpreadSheetTableItem.Next Property
Returns the element following the currnet table item object in the table item collection.
Declaration
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