user70587
0
Q:

how to hide cell in epplus

//Hide column "A"
worksheet.Column(1).Hidden = true;

//Hide row 1
worksheet.Row(1).Hidden = true;
0

Tags

New to Communities?

Join the community