GridReferredArea.GetValues

GridReferredArea.GetValues method

Gets cell values in this area.

public object GetValues()

Return Value

If this area is invalid, “#REF!” will be returned; If this area is one single cell, then return the cell value object; Otherwise return one array for all values in this area.

See Also