TdxSpreadSheetTableItems.Items Property
In This Article
Provides zero-based indexed access to generic table items stored within the table item collection.
#Declaration
Delphi
property Items[Index: Integer]: TdxSpreadSheetTableItem read; write; default;
#Property Value
Type |
---|
Tdx |
#Remarks
Use the TdxSpreadSheetTableColumns.Items and TdxSpreadSheetTableRows.Items properties instead.
See Also