Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
3
Answers
Understanding this code
Sahil Dev
8y
346
1
Reply
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
Post
Reset
Cancel
Answers (
3
)
Next Recommended Forum
dynamical html table
Copy Excel Value to Devexpres Gridview