'Declaration Protected Friend Sub CalculateControlBounds( _ ByVal cell As Cell, _ ByRef bounds As Rectangle _ )
'Usage Dim instance As CellViewerManager Dim cell As Cell Dim bounds As Rectangle instance.CalculateControlBounds(cell, bounds)
Parameters
- cell
- The Xceed.Grid.Cell whose content is to be displayed by the viewer.
- bounds
- A System.Drawing.Rectangle structure representing the bounds of the viewer.