ActiveReports 12
GetColumn Method

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.DdrDesigner.Tools.DataVisualizers Namespace > DataVisualizerBasePanel Class : GetColumn Method
A child control of the System.Windows.Forms.TableLayoutPanel.
Returns the column position of the specified child control.
Syntax
'Declaration
 
Public Function GetColumn( _
   ByVal control As Control _
) As Integer
public int GetColumn( 
   Control control
)

Parameters

control
A child control of the System.Windows.Forms.TableLayoutPanel.

Return Value

The column position of the specified child control, or -1 if the position of control is determined by System.Windows.Forms.TableLayoutPanel.LayoutEngine.
Exceptions
ExceptionDescription
control is null.
control is not a type that can be arranged by this System.Windows.Forms.Layout.LayoutEngine.
See Also

Reference

DataVisualizerBasePanel Class
DataVisualizerBasePanel Members