FarPoint.Web.Spread 名前空間 > Cell クラス : ResetTabStop メソッド |
FarPoint.Web.Spread.Cell mycell; mycell = FpSpread1.Cells[1, 1]; mycell.Text = "Test"; mycell.TabStop = false; mycell.ResetTabStop();
Dim mycell A sFarPoint.Web.Spread.Cell mycell = FpSpread1.Cells(1,1) mycell.Text = "Test" mycell.TabStop = False mycell.ResetTabStop()