FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > Cell クラス : ResetTag メソッド |
'Declaration Public Sub ResetTag()
'使用法 Dim instance As Cell instance.ResetTag()
public void ResetTag()
FarPoint.Win.Spread.Cell acell;
acell = fpSpread1.ActiveSheet.Cells[0, 0];
acell.Tag = "MyTag";
acell.ResetTag();
Dim acell As FarPoint.Win.Spread.Cell acell = FpSpread1.ActiveSheet.Cells(0, 0) acell.Tag = "MyTag" acell.ResetTag()