FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : GetTabText Method |
The tab text is displayed in the sheet name tab associated with the specified sheet (SheetView object).
The sheet index is zero-based (the first sheet has an index of 0).
FpSpread1.Sheets.Count=3; FpSpread1.Sheets[0].SheetName="One"; FpSpread1.Sheets[1].SheetName="Two"; FpSpread1.Sheets[2].SheetName="Three"; TextBox1.Text=FpSpread1.GetTabText(1);
FpSpread1.Sheets.Count=3 FpSpread1.Sheets(0).SheetName="One" FpSpread1.Sheets(1).SheetName="Two" FpSpread1.Sheets(2).SheetName="Three" TextBox1.Text=FpSpread1.GetTabText(1)
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional