'Declaration Public Function GetMergedCell( _
ByVal topLeftCellThe cell that is top-left cell in merged cells.As CellReference _
) As CellReferences
public CellReferences GetMergedCell(
CellReference topLeftCell
)
public: CellReferences* GetMergedCell(
CellReference* topLeftCell
)
public:
CellReferences^ GetMergedCell(
CellReference^ topLeftCell
)
Parameters
- topLeftCell
- The cell that is top-left cell in merged cells.
Return Value
Merged cells.