ActiveReports 12
GetCellPosition Method

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.DdrDesigner.Tools.DataVisualizers Namespace > DataVisualizerBasePanel Class : GetCellPosition Method
A control contained within a cell.
Gets the System.Windows.Forms.TableLayoutPanelCellPosition that represents the row and the column of the cell.
Syntax
'Declaration
 
Public Function GetCellPosition( _
   ByVal control As Control _
) As TableLayoutPanelCellPosition
public TableLayoutPanelCellPosition GetCellPosition( 
   Control control
)

Parameters

control
A control contained within a cell.

Return Value

A System.Windows.Forms.TableLayoutPanelCellPosition that represents the cell position.
See Also

Reference

DataVisualizerBasePanel Class
DataVisualizerBasePanel Members