'Declaration <NullableContextAttribute(1)> Public Function New( _ ByVal fieldName As String, _ Optional ByVal title As Object _ )
'Usage Dim fieldName As String Dim title As Object Dim instance As New UnboundColumn(fieldName, title)
Parameters
- fieldName
A string representing the field name of the column.
- title
- A string representing the title of the column.