BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
For count As Integer = 0 To Me.all_Columns.Length - 1 If all_Columns(count) <> "Symbol" Then Dim aGridColumn As Syncfusion.Windows.Forms.Grid.GridBoundColumn aGridColumn = New Syncfusion.Windows.Forms.Grid.GridBoundColumn aGridColumn.MappingName = all_Columns(count) Me.GridDataBoundGrid1.GridBoundColumns.Add(aGridColumn) End If Next
>For count As Integer = 0 To Me.all_Columns.Length - 1 > If all_Columns(count) <> "Symbol" Then > Dim aGridColumn As Syncfusion.Windows.Forms.Grid.GridBoundColumn > aGridColumn = New Syncfusion.Windows.Forms.Grid.GridBoundColumn > aGridColumn.MappingName = all_Columns(count) > Me.GridDataBoundGrid1.GridBoundColumns.Add(aGridColumn) > End If > Next >>
Me.GridDataBoundGrid1.Model.Cols.Hidden("Symbol") = True
Me.GridDataBoundGrid1.Model.ColWidths("Symbol") = 0