PowerTools SPREAD for Windows Forms 8.0J
ResetTextIndent メソッド (Cell)


ノートインジケーターのサイズをリセットします。
構文
'Declaration
 
Public Sub ResetTextIndent() 
'使用法
 
Dim instance As Cell
 
instance.ResetTextIndent()
public void ResetTextIndent()
次のサンプルコードは、セルのテキストインデントをリセットします。
fpSpread1.ActiveSheet.Cells[0, 0].TextIndent = 20;
    
private void Button1_Click(object sender, System.EventArgs e) 
{
    fpSpread1.ActiveSheet.Cells[0, 0].ResetTextIndent();
}
FpSpread1.ActiveSheet.Cells(0, 0).TextIndent = 20
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
FpSpread1.ActiveSheet.Cells(0, 0).ResetTextIndent()
End Sub
参照

Cell クラス
Cell メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.