C# 클래스 TopSoft.ExcelExport.Helpers.StylesHelper

파일 보기 프로젝트 열기: TopSoftSolutions/TopSoft.ExcelExport

공개 메소드들

메소드 설명
GetBorder ( this cellFontAttribute ) : Border
GetFill ( this cellFillAttribute ) : PatternFill
GetFont ( this cellTextAttribute ) : Font

메소드 상세

GetBorder() 정적인 공개 메소드

static public GetBorder ( this cellFontAttribute ) : Border
cellFontAttribute this
리턴 Border

GetFill() 정적인 공개 메소드

static public GetFill ( this cellFillAttribute ) : PatternFill
cellFillAttribute this
리턴 PatternFill

GetFont() 정적인 공개 메소드

static public GetFont ( this cellTextAttribute ) : Font
cellTextAttribute this
리턴 Font