'Declaration Public Overloads Function SelectCells( _
ByVal firstCellReference to the first cell.As CellReference, _
ByVal secondCellReference to the second cell.As CellReference, _
ByVal allowMergedCellsA value indicating whether merged cells are allowed.As Boolean _
) As CellReferences
public CellReferences SelectCells(
CellReference firstCell,
CellReference secondCell,
bool allowMergedCells
)
public: CellReferences* SelectCells(
CellReference* firstCell,
CellReference* secondCell,
bool allowMergedCells
)
public:
CellReferences^ SelectCells(
CellReference^ firstCell,
CellReference^ secondCell,
bool allowMergedCells
)
Parameters
- firstCell
- Reference to the first cell.
- secondCell
- Reference to the second cell.
- allowMergedCells
- A value indicating whether merged cells are allowed.
Return Value
An instance of CellReferences class.