FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > StyleInfo クラス : ResetTextIndent メソッド |
'Declaration
Public Overridable Sub ResetTextIndent()
'使用法
Dim instance As StyleInfo instance.ResetTextIndent()
public virtual void ResetTextIndent()
FarPoint.Win.Spread.StyleInfo si = new FarPoint.Win.Spread.StyleInfo();
si.TextIndent = 2;
si.ResetTextIndent();
fpSpread1.ActiveSheet.DefaultStyle = si;
Dim si As New FarPoint.Win.Spread.StyleInfo() si.TextIndent = 2 si.ResetTextIndent() FpSpread1.ActiveSheet.DefaultStyle = si