C# Class TopSoft.ExcelExport.Helpers.StylesHelper

Exibir arquivo Open project: TopSoftSolutions/TopSoft.ExcelExport

Public Methods

Method Description
GetBorder ( this cellFontAttribute ) : Border
GetFill ( this cellFillAttribute ) : PatternFill
GetFont ( this cellTextAttribute ) : Font

Method Details

GetBorder() static public method

static public GetBorder ( this cellFontAttribute ) : Border
cellFontAttribute this
return Border

GetFill() static public method

static public GetFill ( this cellFillAttribute ) : PatternFill
cellFillAttribute this
return PatternFill

GetFont() static public method

static public GetFont ( this cellTextAttribute ) : Font
cellTextAttribute this
return Font