FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Cell Class : ResetNoteIndicatorPosition Method |
'Declaration Public Sub ResetNoteIndicatorPosition()
'Usage Dim instance As Cell instance.ResetNoteIndicatorPosition()
public void ResetNoteIndicatorPosition()
fpSpread1.ActiveSheet.SetNote(2, 0, "Head of Development"); FarPoint.Win.Spread.DrawingSpace.StickyNoteStyleInfo nsinfo = new FarPoint.Win.Spread.DrawingSpace.StickyNoteStyleInfo(); nsinfo = fpSpread1.ActiveSheet.GetStickyNoteStyleInfo(2, 0); nsinfo.BackColor = Color.Bisque; nsinfo.Font = new Font("Tahoma", 10); fpSpread1.ActiveSheet.SetStickyNoteStyleInfo(2, 0, nsinfo); fpSpread1.Sheets[0].Cells[2, 0].NoteIndicatorPosition = FarPoint.Win.Spread.NoteIndicatorPosition.BottomLeft; fpSpread1.Sheets[0].Cells[2, 0].ResetNoteIndicatorPosition();
FpSpread1.ActiveSheet.SetNote(2, 0, "Head of Development") Dim nsinfo As FarPoint.Win.Spread.DrawingSpace.StickyNoteStyleInfo = New FarPoint.Win.Spread.DrawingSpace.StickyNoteStyleInfo() nsinfo = FpSpread1.ActiveSheet.GetStickyNoteStyleInfo(2, 0) nsinfo.BackColor = Color.Bisque nsinfo.Font = New Font("Tahoma", 10) FpSpread1.ActiveSheet.SetStickyNoteStyleInfo(2, 0, nsinfo) FpSpread1.Sheets(0).Cells(2, 0).NoteIndicatorPosition = FarPoint.Win.Spread.NoteIndicatorPosition.BottomLeft FpSpread1.Sheets(0).Cells(2, 0).ResetNoteIndicatorPosition()
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8