MESCIUS SPREAD for Windows Forms 15.0J
ResetNoteIndicatorPosition メソッド (StyleInfo)
使用例 

セルノートインジケーターの位置をリセットします。
構文
'宣言
 
Public Overridable Sub ResetNoteIndicatorPosition() 
public virtual void ResetNoteIndicatorPosition()
使用例
次のサンプルコードは、ResetNoteIndicatorPositionメソッドを使用します。
fpSpread1.ActiveSheet.SetNote(1, 1, "Test");
FarPoint.Win.Spread.StyleInfo si = new FarPoint.Win.Spread.StyleInfo();
si.NoteIndicatorSize = new Size(10, 10);
si.NoteIndicatorPosition = FarPoint.Win.Spread.NoteIndicatorPosition.BottomRight;
si.ResetNoteIndicatorPosition();
si.ResetNoteIndicatorSize();
fpSpread1.ActiveSheet.DefaultStyle = si;
fpSpread1.ActiveSheet.SetNote(1, 1, "Test")
Dim si As New FarPoint.Win.Spread.StyleInfo()
si.NoteIndicatorSize = New Size(10, 10)
si.NoteIndicatorPosition = FarPoint.Win.Spread.NoteIndicatorPosition.BottomRight
si.ResetNoteIndicatorPosition()
si.ResetNoteIndicatorSize()
fpSpread1.ActiveSheet.DefaultStyle = si
参照

StyleInfo クラス
StyleInfo メンバ

 

 


© MESCIUS inc. All rights reserved.