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;}
    public:
    property String^ EmptyValue {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    Defaults to non-breaking space ( ) to preserve cell borders in tables.
    See Also