ExcelReader Xojo Component

Worksheet.PopulatedRow Method

Returns populated row at given index.

PopulatedRow(
   index as UInt32) as Row

Parameters

index
Index of the row to get (zero based).

Returns

Row

Remarks

If Row 1 and Row 3 have data in them but Row 2 has no data or formatting then the number of populated rows is 2.

In the case where Row 1 and Row 3 have data and Row 2 has no data then Row 1 will have index of 0 and row 3 will have index of 1. While Row 2 is not included in the list of populated rows.

See Also

Worksheet Class