Skip to main content

TdxSpreadSheetTableRows.CreateItem(Integer) Method

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

Declaration

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