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 2015-04-07 07:08:12

rajeemcariazo
Member
Registered: 2015-03-30
Posts: 2

Get ReoGridControl parent of a Worksheet

Is it possible to get the ReoGridControl parent of a Worksheet? If yes, how?

Offline

#2 2015-04-07 08:50:09

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

Re: Get ReoGridControl parent of a Worksheet

No, currently it's impossible, but should be considered to make this possible from next version.

Now only a way to check whether a worksheet is contained in given control, might be useful.

bool exist = reoGridControl.Worksheets.Contains(anysheet);

Offline

Board footer

Powered by FluxBB