| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal strText As String, _ ByVal nWidth As Integer _ ) | |
Parameters
- strText
- The text to display in the column's header.
- nWidth
- The width to assign the column.
| dbicList | Send comments on this topic. |
| dbiColumnItem Constructor(String,Int32) | |
| See Also | |
|
| dbicBase Assembly > Dbi.WinControl Namespace > dbiColumnItem Class > dbiColumnItem Constructor : dbiColumnItem Constructor(String,Int32) |
| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal strText As String, _ ByVal nWidth As Integer _ ) | |