C# Class SympleLib.OpenXml.XLSRow

Afficher le fichier Open project: sympletech/SympleLib Class Usage Examples

Méthodes publiques

Méthode Description
XLSRow ( List columns, IXLRow baseRow ) : System
this ( int index ) : IXLCell
this ( string col ) : IXLCell

Method Details

XLSRow() public méthode

public XLSRow ( List columns, IXLRow baseRow ) : System
columns List
baseRow IXLRow
Résultat System

this() public méthode

public this ( int index ) : IXLCell
index int
Résultat IXLCell

this() public méthode

public this ( string col ) : IXLCell
col string
Résultat IXLCell