ActiveReports 13
SetCellPosition Method

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

Parameters

control
A control contained within a cell.
position
A System.Windows.Forms.TableLayoutPanelCellPosition that represents the row and the column of the cell.
See Also

Reference

DataVisualizerBasePanel Class
DataVisualizerBasePanel Members