'Declaration Public Sub ResetFont()
'Usage Dim instance As StyleInfo instance.ResetFont()
public void ResetFont()
'Declaration Public Sub ResetFont()
'Usage Dim instance As StyleInfo instance.ResetFont()
public void ResetFont()
FarPoint.Web.Spread.StyleInfo Style = new FarPoint.Web.Spread.StyleInfo(); Style.Font.Bold = true; Style.ForeColor = Color.DarkBlue; // Style.ResetFont(); // Style.ResetForeColor(); FpSpread1.ActiveSheetView.SetStyleInfo(1, 1, Style);
Dim Style As New FarPoint.Web.Spread.StyleInfo() Style.Font.Bold = True Style.ForeColor = Color.DarkBlue ' Style.ResetFont() ' Style.ResetForeColor() FpSpread1.ActiveSheetView.SetStyleInfo(1, 1, Style)