C# Class TopSoft.ExcelExport.Attributes.CellBorderAttribute

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

Public Methods

Method Description
CellBorderAttribute ( bool left = false, bool right = false, bool top = false, bool bottom = false, bool diagonal = false ) : System

Method Details

CellBorderAttribute() public method

public CellBorderAttribute ( bool left = false, bool right = false, bool top = false, bool bottom = false, bool diagonal = false ) : System
left bool
right bool
top bool
bottom bool
diagonal bool
return System