ReoGrid Forum

Fast and powerful .NET Spreadsheet Component

You are not logged in.

Announcement

This forum has been archived and no longer accepts new user registrations. Please report your questions, problems, and feedback to the issue page of ReoGrid on GitHub. Thank you for your cooperation.

https://github.com/unvell/ReoGrid/issues

#1 2016-12-21 11:01:34

brian.shankland
Member
Registered: 2016-05-11
Posts: 15

InsertRows and InsertColumns

I have just noticed something which I believed worked before in a much earlier version but now causes problems.

When I call 

CurrentSheet.InsertRows(row, 1);

(where CurrentSheet is an instance of Worksheet and row is a valid row number in it)

The added row is there, but all of its cells are null. This is similar for InsertColumn.

I'm sure previously that cell instances were created for the new row / column.

Can you confirm if this is a problem, or show me the steps I should be taking after calling InsertRow/InsertColumn to make sure the worksheet has a full set of cells for its entire range.

Thanks

Offline

#2 2016-12-23 11:32:22

Jingwood
Moderator
From: jing at reogrid.net
Registered: 2014-06-03
Posts: 615

Re: InsertRows and InsertColumns

It would be helpful if you provide the detailed steps to force this happen. I have tested using InsertRows for an empty worksheet, the problem cannot be confirmed.

Offline

Board footer

Powered by FluxBB