| Visual Basic (Declaration) | |
|---|---|
Public Property FieldName As String | |
| C# | |
|---|---|
public string FieldName {get; set;} | |
Return Value
A string representing the field name of the parent column.Under normal circumstances, the cell's FieldName property would have been readonly; however, in the case where the cell is not contained in a row, the FieldName property must be set to the field name of the desired parent column.
If the cell is contained in a row and has a ParentColumn, then it is not recommended to modify the value of this property.
Supported Frameworks: Microsoft .NET Framework version 3.5