RowDeltaArray Property
RowDeltaArray
Gets or sets the array which indicates the amounts of space between a data value and its neighboring row in grid dataset.
Declaration
public double[] RowDeltaArray { get; set; }
Public Property RowDeltaArray As Double()