ColEditMask Property

Returns or sets the input mask used to edit cells on the specified column.

Syntax

[form!]VSFlexGrid.ColEditMask(Col As Long)[ = value As String ]

Remarks

This property is similar to the EditMask property, except it applies to entire columns. This is often more convenient than using the EditMask property because you may set the ColEditMask property once for each column, whereas the EditMask property normally needs to be set in the BeforeEdit event.

For more details and syntax documentation, see the EditMask property.

Data Type

String

See Also

VSFlexGrid Control