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

TdxSpreadSheetObjectListItem Class

The base class for classes that implement collection items used in the ExpressSpreadSheet Suite.

#Declaration

Delphi
TdxSpreadSheetObjectListItem = class(
    TObject
)

#Remarks

This class implements the base functionality of spreadsheet-related objects stored in a collection. The TdxSpreadSheetObjectListItem class provides the following members that allow you to:

  • Append an item to the collection (Create.

  • Access the collection to which the item belongs (Owner).

  • Identify the item’s zero-based index in the collection (Index).

You do not need to create instances of the TdxSpreadSheetObjectListItem class. Use its descendants instead.

The TdxSpreadSheetObjectList class’ Items property references a TdxSpreadSheetObjectListItem object.

#Inheritance

TObject
TdxSpreadSheetObjectListItem
See Also