length method
Specifies the length of the column (for string types).
Implementation
ColumnDefinition length(int len) {
_lengthValue = len;
return this;
}
Specifies the length of the column (for string types).
ColumnDefinition length(int len) {
_lengthValue = len;
return this;
}