C# Class SympleLib.OpenXml.XLSRow

Mostra file Open project: sympletech/SympleLib Class Usage Examples

Public Methods

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

Method Details

XLSRow() public method

public XLSRow ( List columns, IXLRow baseRow ) : System
columns List
baseRow IXLRow
return System

this() public method

public this ( int index ) : IXLCell
index int
return IXLCell

this() public method

public this ( string col ) : IXLCell
col string
return IXLCell