草庐IT

participantElement

全部标签

c# - 使用 Telerik 导出到 Excel (XLSX) 时如何解释集合?

场景我正在使用TelerikUIForWindowsforms.我有一个RadGridView我在上面表示一个名为MarketInfo的自定义类型:PublicNotInheritableClassMarketInfo...PublicReadOnlyPropertyParticipantsAsReadOnlyCollection(OfParticipantInfo)GetReturnMe.GetParticipants()EndGetEndProperty...EndClass它只包含文本和bool值属性,以及返回另一个自定义类型集合的Participants属性:PrivateFu