Skip to main content

TdxSpreadSheetTableColumn.CreateCell(Integer) Method

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

Declaration

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

Parameters

Name Type
ARow 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 ARow 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