'Declaration Public Sub ResetTag()
'Declaration
Public Sub 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()
Cell クラス Cell メンバ
© MESCIUS inc. All rights reserved.