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

TdxSpreadSheetTableRows.CreateItem(Integer) Method

Creates a row object at the specified position in the parent worksheet.

#Declaration

Delphi
function CreateItem(const AIndex: Integer): TdxSpreadSheetTableRow;

#Parameters

Name Type
AIndex Integer

#Returns

Type
TdxSpreadSheetTableRow

#Remarks

Call this function and pass the target row’s zero-based index in a worksheet. The function either returns an existing row object or creates a new object if the specified row position is empty in the positional sparse list.

Note

A newly created row object is empty (that is, contains no cell objects).

See Also