[]
Gets or sets the data stored in the range.
public object Data { get; set; }
Public Property Data As Object
When getting, this property returns the value in the first cell of the range (r1, c1). When setting, it stores the given value in every cell within the range.