Skip to main content

TdxSpreadSheetTableRow.CreateCell(Integer) Method

Creates a cell object within the current row object at the specified position.

Declaration

function CreateCell(AColumn: Integer): TdxSpreadSheetCell; override;

Parameters

Name Type
AColumn Integer

Returns

Type
TdxSpreadSheetCell

Remarks

This function returns a cell object located at the intersection of the current column and a row whose index is passed as the AColumn parameter.

If there is no cell object at the specified location, it is created by calling the CreateCell function.

The CreateCell function works similarly to the Table View worksheet’s CreateCell function.

See Also