DataCell.Constructor(Value as String)
From Xojo Documentation
Constructor
Creates a DataCell with the supplied Value.
Notes
You will need to add a property to your class to store Value so that it can be returned by the StringValue method.
Creates a DataCell with the supplied Value.
You will need to add a property to your class to store Value so that it can be returned by the StringValue method.