'Declaration Public Sub ResetTabStop()
'Usage Dim instance As Cell instance.ResetTabStop()
public void ResetTabStop()
'Declaration Public Sub ResetTabStop()
'Usage Dim instance As Cell instance.ResetTabStop()
public void 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()