TdxSpreadSheetTableItem.CreateCell(Integer) Method
Creates a cell object at the specified position within the generic table item.
Declaration
function CreateCell(AIndex: Integer): TdxSpreadSheetCell; virtual; abstract;
Parameters
Name | Type |
---|---|
AIndex | Integer |
Returns
Type |
---|
TdxSpreadSheetCell |
Remarks
You do not need to use this function, since it is overridden in the TdxSpreadSheetTableItem descendants with the implementations that are specific to the actual column and row objects, respectively.
The zero-based index of a “crossing” table item (where the cell object is created) is passed as the AIndex parameter:
See Also