FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > SortedEventArgs クラス : SortInfo プロパティ |
'Declaration
Public ReadOnly Property SortInfo As IEnumerable(Of SortArgs)
'使用法
Dim instance As SortedEventArgs Dim value As IEnumerable(Of SortArgs) value = instance.SortInfo
public IEnumerable<SortArgs> SortInfo {get;}