Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetTableRow.CreateCell(Integer) Method

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

#Declaration

Delphi
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