Developer

IsSet

Return True if Cell's value is different than default value.

function IsSet: Boolean; virtual;

Example:


NextGrid61.Cell[0, 2].AsInteger := 0; // IsSet return False NextGrid61.Cell[0, 2].AsString := ""; // IsSet return False
In this example column with Index 0 is Number Column.

See also