Range Constructor (cellFrom, cellTo)

Yogesh.ExcelXml

A Sandcastle Documented Class Library Range Constructor (cellFrom, cellTo)
NamespacesYogesh.ExcelXmlRangeRange(Cell, Cell)
Defines a range
Declaration Syntax
C# Visual Basic Visual C++
public Range(
	Cell cellFrom,
	Cell cellTo
)
Public Sub New ( _
	cellFrom As Cell, _
	cellTo As Cell _
)
public:
Range(
	Cell^ cellFrom, 
	Cell^ cellTo
)
Parameters
cellFrom (Cell)
Starting cell
cellTo (Cell)
Ending cell
Remarks
Defines a rectangular area of a sheet with a starting cell and a ending cell

Assembly: Yogesh.ExcelXml (Module: Yogesh.ExcelXml) Version: 2.89.501.2158