C# Class TopSoft.ExcelExport.Attributes.CellTextAttribute

Inheritance: System.Attribute
Show file Open project: TopSoftSolutions/TopSoft.ExcelExport

Public Methods

Method Description
CellTextAttribute ( bool bold = false, bool italic = false, bool underline = false ) : System

Method Details

CellTextAttribute() public method

public CellTextAttribute ( bool bold = false, bool italic = false, bool underline = false ) : System
bold bool
italic bool
underline bool
return System