Ext.Net.SelectedCell.SelectedCell C# (CSharp) Method

SelectedCell() public method

public SelectedCell ( Config config ) : System
config Config
return System
        public SelectedCell(Config config)
        {
            this.Apply(config);
        }

Same methods

SelectedCell::SelectedCell ( ) : System.Collections.Generic
SelectedCell::SelectedCell ( int rowIndex, int colIndex ) : System.Collections.Generic
SelectedCell::SelectedCell ( string recordID, string name ) : System.Collections.Generic
SelectedCell