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 11:46:24

AB Zaman
Member
Registered: 2015-02-23
Posts: 14

View_ShowGridLine on Selective Lines

sheet.SetSettings(WorksheetSettings.View_ShowGridLine, false);

Could this be used on selective lines? For instance can I just make first column line invisible? and keep rest of the grid as it is?

Regards

Offline

#2 2015-04-07 12:34:32

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

Re: View_ShowGridLine on Selective Lines

Instead of set worksheet settings, you could just give cells on first column a white background style.

sheet.ColumnHeaders[0].Style.BackColor = Color.White;

Cells with any background color specified will ignore to show grid lines.

Offline

#3 2015-04-08 06:00:28

AB Zaman
Member
Registered: 2015-02-23
Posts: 14

Re: View_ShowGridLine on Selective Lines

Thanks, it can work.

Last edited by AB Zaman (2015-04-08 06:00:42)

Offline

Board footer

Powered by FluxBB