'Usage
Dim instance As DicomViewer
Dim index As Integer
Dim value As Rectangle
value = instance.CellArea(index)
Parameters
index
The zero based cell index within the Viewer.
Return Value
Rectangle
Remarks
If invalid cell index provided, then an empty Rectangle will be returned,
otherwise a rectangle with the same size of the specified cell will be returned.