Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IRange Interface / Value Property
In This Topic
    Value Property (IRange)
    In This Topic
    Gets the value of the specified range as a System.String, System.Double, System.Boolean, object[,] (Object(,) in Visual Basic) or a null reference (Nothing in Visual Basic) (Nothing in Visual Basic); or sets the value of the specified cell as a System.String, System.Double, System.Int16, System.Int32, System.Int64, System.Boolean, System.DateTime, System.TimeSpan, object[,] (Object(,) in Visual Basic) or a null reference (Nothing in Visual Basic) (Nothing in Visual Basic).
    Syntax
    System.object Value {get; set;}

    Property Value

    The value.
    See Also