public int ColumnCount { get; set; }Public Property ColumnCount As Integer
Get
Setpublic:
virtual property int ColumnCount {
int get () sealed;
void set (int value) sealed;
}abstract ColumnCount : int with get, set
override ColumnCount : int with get, set