FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Column Class : AutoSortIndex Property |
FarPoint.Win.Spread.ColumnHeader ch; ch = fpSpread1.ActiveSheet.ColumnHeader; ch.RowCount = 3; fpSpread1.ActiveSheet.Columns[0].AllowAutoSort = true; fpSpread1.ActiveSheet.Cells[0, 0].Text = "Alignment"; fpSpread1.ActiveSheet.Columns[0].AutoSortIndex = 1;
Dim ch As FarPoint.Win.Spread.ColumnHeader ch = FpSpread1.ActiveSheet.ColumnHeader ch.RowCount = 3 FpSpread1.ActiveSheet.Columns(0).AllowAutoSort = True FpSpread1.ActiveSheet.Cells(0, 0).Text = "Alignment" FpSpread1.ActiveSheet.Columns(0).AutoSortIndex = 1
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8