Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IRange Interface / DefaultValue Property
In This Topic
    DefaultValue Property (IRange)
    In This Topic
    Gets or sets the default value of the cell, it can be the value data or the formula string. It works when the cell has no data.
    Syntax
    System.object DefaultValue {get; set;}
    See Also