Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27349

question about add a property under columns() property in Datagridview

$
0
0
hi
yesterday i asked a question related by creating new class and inheritance.
some friends answer . but in an exercise i have a problem. in Datagridview there is a property named Columns . it can used in 3 way .
1-without parameter
2-with index
3-with column name

i want to add a new propery named Equation under columns(index) . so after that i must could do this...
for example i want in column by index=1 do this :

Code:

Datagridview1.columns(1).Equation=""
what is the steps of this?

Viewing all articles
Browse latest Browse all 27349

Trending Articles