'Declaration Public Sub ResetCellType()
'Usage Dim instance As StyleInfo instance.ResetCellType()
public void ResetCellType()
'Declaration Public Sub ResetCellType()
'Usage Dim instance As StyleInfo instance.ResetCellType()
public void ResetCellType()
FarPoint.Web.Spread.StyleInfo Style = new FarPoint.Web.Spread.StyleInfo(); Style.CellType = new FarPoint.Web.Spread.CheckBoxCellType(); //Style.ResetCellType(); FpSpread1.ActiveSheetView.SetStyleInfo(1, 1, Style);
Dim Style As New FarPoint.Web.Spread.StyleInfo() Style.CellType = New FarPoint.Web.Spread.CheckBoxCellType() ' Style.ResetCellType() FpSpread1.ActiveSheetView.SetStyleInfo(1, 1, Style)