adTempus API
ArcanaDevelopment.adTempus.Shared.ObjectComparison Namespace / ObjectComparisonReportGenerator Class / EmptyValue Property

In This Topic
    EmptyValue Property
    In This Topic
    Specifies the value to write to represent an empty or missing value.
    Syntax
    'Declaration
     
    
    Public Property EmptyValue As String
    public string EmptyValue {get; set;}
    Remarks
    Defaults to non-breaking space ( ) to preserve cell borders in tables.
    See Also