Gets or sets the StringFormat of the StatCellConfiguration. The StringFormat will be applied to the statCell with the same ResultPropertyName as this StatCellConfiguration.ResultPropertyName.
Syntax
public string StringFormat {get; set;}
'Declaration
Public Property StringFormat As String
'Usage
Dim instance As StatCellConfiguration
Dim value As String
instance.StringFormat = value
value = instance.StringFormat
Requirements
See Also