GemBox.Spreadsheet

CellStyle Constructor (ExcelFile)

Creates new cell style with default values (copies default font from ExcelFile object).

public CellStyle(
   ExcelFile ef
);

Parameters

ef
ExcelFile object.

Remarks

Creating standalone cell style has sense only if you assign it to some Excel objects by setting Style property. Otherwise, the created cell style will have no effect on the Excel file.

See Also

CellStyle Class | GemBox.Spreadsheet Namespace | CellStyle Constructor Overload List