'Declaration Public Function New( _ ByVal sheet As XLSheet, _ ByVal rowFrom As Integer, _ ByVal rowTo As Integer, _ ByVal colFrom As Integer, _ ByVal colTo As Integer _ )
'Declaration
Public Function New( _ ByVal sheet As XLSheet, _ ByVal rowFrom As Integer, _ ByVal rowTo As Integer, _ ByVal colFrom As Integer, _ ByVal colTo As Integer _ )
public XLCellRange( XLSheet sheet, int rowFrom, int rowTo, int colFrom, int colTo )
XLCellRange Class XLCellRange Members Overload List