FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread 名前空間 > AutoSortingColumnEventArgs クラス : SortTrailingFrozenRows プロパティ |
private void fpSpread1_AutoSortingColumn(object sender, FarPoint.Win.Spread.AutoSortingColumnEventArgs e) { e.SortTrailingFrozenRows = true; }
Private Sub FpSpread1_AutoSortingColumn(ByVal sender As Object, ByVal e As FarPoint.Win.Spread.AutoSortingColumnEventArgs) Handles FpSpread1.AutoSortingColumn e.SortTrailingFrozenRows = True End Sub