ComponentOne True DBGrid Pro 8
Value Property (Column)

This property returns or sets the underlying data value in a column for the current row.

Syntax

column.Value= variant

Remarks

Read/Write at run time. Not available at design time.

The Value property is useful for simulating data entry within a cell. When this property is set, the value displayed in the cell respects the setting of the column's NumberFormat property.

This property always returns a string variant, even if the data type of the underlying field is numeric.

Use the Text property to access the formatted data value in a column for the current row.

See Also

Column Object

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback