FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : GetTag Method |
'Declaration Public Function GetTag( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Object
fpSpread1.ActiveSheet.SetTag(0, 0, "AppTag"); label1.Text = "The tag for the sheet is " + fpSpread1.ActiveSheet.GetTag(0, 0).ToString();
FpSpread1.ActiveSheet.SetTag(0, 0, "AppTag") Label1.Text = "The tag for the sheet is " & FpSpread1.ActiveSheet.GetTag(0, 0).ToString()
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8