TdxSpreadSheetObjectListItem Class
In This Article
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.
See Also