TdxSpreadSheetVector.Items Property
Provides zero-based indexed access to the vector values stored within the ordered list.
Declaration
property Items[Index: Integer]: TdxSpreadSheetVectorValue read; default;
Property Value
Type |
---|
TdxSpreadSheetVectorValue |
Remarks
The Index parameter passes a value index within a row or column vector.
See Also