C# Class EPPlusSamples.Sample7

Mostra file Open project: pruiz/EPPlus Class Usage Examples

Public Methods

Method Description
RunSample7 ( DirectoryInfo outputDir, int Rows ) : string

This sample load a number of rows, style them and insert a row at the top. A password is set to protect locked cells. Column 3 & 4 will be editable, the rest will be locked.

Method Details

RunSample7() public static method

This sample load a number of rows, style them and insert a row at the top. A password is set to protect locked cells. Column 3 & 4 will be editable, the rest will be locked.
public static RunSample7 ( DirectoryInfo outputDir, int Rows ) : string
outputDir System.IO.DirectoryInfo
Rows int
return string