'Declaration
Public Property ExportFieldName As String
'Usage
Dim instance As StatCellConfiguration
Dim value As String
instance.ExportFieldName = value
value = instance.ExportFieldName
Remarks
Exporting will always export StatCells results based on the StatFunction.SourcePropertyName (which is the fieldName of the column on which the StatFunction is calculated). If you want to export the StatCell result under another column, you can set the StatCellConfiguration.ExportFieldName. It will be used to export the StatCell result result under the correct column.