FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : GetColumnIndex Method |
FpSpread1.Sheets[0].RowCount = 30; ListBox1.Items.Add(FpSpread1.GetColumnIndex(1).ToString()); ListBox1.Items.Add(FpSpread1.GetRowIndex(1, 1).ToString()); ListBox1.Items.Add(FpSpread1.GetPageIndex(11).ToString());
FpSpread1.Sheets(0).RowCount = 30 ListBox1.Items.Add(FpSpread1.GetColumnIndex(1).ToString()) ListBox1.Items.Add(FpSpread1.GetRowIndex(1, 1).ToString()) ListBox1.Items.Add(FpSpread1.GetPageIndex(11).ToString())
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6