[]
        
(Showing Draft Content)

C1.Win.FlexGrid.CellRange.Data

Data Property

Data

Gets or sets the data stored in the range.

Declaration
public object Data { get; set; }
Remarks

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.