'Declaration Public Property ActiveCellId As System.Nullable(Of UInteger)
public System.Nullable<uint> ActiveCellId { get; set; }
public: __property System.Nullable<uint> get_ActiveCellId(); public: __property void set_ActiveCellId(
System.Nullable<uint> value
);
public:
property System.Nullable<uint> ActiveCellId { System.Nullable<uint> get(); void set(System.Nullable<uint> value); }