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