Check out example codes for "how to hide cell in epplus". It will help you in understanding the concepts better.
Code Example 1
//Hide column "A"
worksheet.Column(1).Hidden = true;
//Hide row 1
worksheet.Row(1).Hidden = true;
Learn ReactJs, React Native from akashmittal.com