'宣言 Public Interface ISelector(Of T As SelectorItem) Inherits ICellLinkControl, GrapeCity.Documents.Excel.Forms.ICellLinkControl(Of Integer), IControl, ISelector
public interface ISelector<T> : ICellLinkControl, GrapeCity.Documents.Excel.Forms.ICellLinkControl<int>, IControl, ISelector where T: SelectorItem