Ext.Net.CellSelectionModel.Clear C# (CSharp) Method

Clear() private method

private Clear ( ) : void
return void
        public void Clear()
        {
            this.SelectedCell.RowIndex = -1;
            this.SelectedCell.ColIndex = -1;
            this.SelectedCell.RecordID = "";
            this.SelectedCell.Name = "";
        }