Hi,
How to increase column LENGTH in System.Data.DataTable using C#.
Excel sheet cell 593 LENGTH.
Regards,
Pratik
Hi,
How to increase column LENGTH in System.Data.DataTable using C#.
Excel sheet cell 593 LENGTH.
Regards,
Pratik
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vijay Pratap SinghPosted Jul 18, 2024, 8:32 AM
To increase the length, you need to set the MaxLength property value.
Hope this will help.