DataWidth Property (C1DataColumn)
In This Topic
Gets or sets the maximum number of characters which may be entered for cells in this column.
Syntax
'Declaration
Public Property DataWidth As System.Integer
public System.int DataWidth {get; set;}
See Also