public int ColumnCount { get; set; }
Public Property ColumnCount As Integer Get Set
public: property int ColumnCount { int get (); void set (int value); }
member ColumnCount : int with get, set
In This Article