NpsExcelFormat class

NpsExcelFormat is used to apply special formatting to Excel cells.

Sample Code:
var format1 = new NpsExcelFormat("","");
format1.SetFont("Arial",11,true,false,false,"black");
format1.SetAlignment("centre");
format1.SetVerticalAlignment("centre");
format1.SetBorder("all","thin");
format1.SetBackground("yellow");
format1.SetOrientation("vertical");

top

Method Summary