FarPoint.Web.Spread 名前空間 > SortInfo クラス > SortInfo コンストラクタ : SortInfo コンストラクタ(Int32,Boolean) |
FarPoint.Web.Spread.SortInfo(0, true) si0; FarPoint.Web.Spread.SortInfo(1, true) si1; FarPoint.Web.Spread.SortInfo() {si0, si1};
Dim si0 As New FarPoint.Web.Spread.SortInfo(0, True) Dim si1 As New FarPoint.Web.Spread.SortInfo(1, True) Dim si() As FarPoint.Web.Spread.SortInfo = New FarPoint.Web.Spread.SortInfo(){si0, si1}