FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > SheetView クラス : SetTag メソッド |
'Declaration Public Sub SetTag( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal value 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()