public DataGridViewCell TopLeftSelectedCell { get; }
Public ReadOnly Property TopLeftSelectedCell As DataGridViewCell
Get
public:
property DataGridViewCell^ TopLeftSelectedCell {
DataGridViewCell^ get ();
}
member TopLeftSelectedCell : DataGridViewCell with get