TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sahil Dev
NA
77
7.4k
Understanding this code
Feb 28 2016 1:28 PM
Hi,
I'm new to C#
Can someone help me understanding this bit of code?
for
(
int
i = 0; i < theMaterial.Step; i++)
{
theMaterial.Data.Columns.Add(i.ToString(),
typeof
(
double
));
}
Is Add a C# internal function?
What is it exactly doing?
Sahil
Reply
Answers (
3
)
Retrieve hardcoded value from dropdownlist on specific gridv
Copy Excel Value to Devexpres Gridview