public Size NoteIndicatorSize {get; set;}
'Declaration Public Property NoteIndicatorSize As Size
'Declaration
Public Property NoteIndicatorSize As Size
'使用法 Dim instance As AlternatingRow Dim value As Size instance.NoteIndicatorSize = value value = instance.NoteIndicatorSize
'使用法
Dim instance As AlternatingRow Dim value As Size instance.NoteIndicatorSize = value value = instance.NoteIndicatorSize
fpSpread1.ActiveSheet.AlternatingRows[0].NoteIndicatorSize = new Size(10, 10); fpSpread1.ActiveSheet.SetNote(0, 0, "Test");
FpSpread1.ActiveSheet.AlternatingRows(0).NoteIndicatorSize = New Size(10, 10) FpSpread1.ActiveSheet.SetNote(0, 0, "Test")
AlternatingRow クラス AlternatingRow メンバ
© 2004-2017, GrapeCity inc. All rights reserved.